summaryrefslogtreecommitdiff
path: root/lib/strftime.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-09-19 08:09:50 +0000
committerJim Meyering <jim@meyering.net>1999-09-19 08:09:50 +0000
commit44b1bde1488b1bb250c4a1b42dfdae437bbffcd3 (patch)
tree60e5979a4966196d36be19e37b902123dc7e8b26 /lib/strftime.c
parent1e5c8f23ce4568d9f156046f4e0367530450eb28 (diff)
downloadcoreutils-44b1bde1488b1bb250c4a1b42dfdae437bbffcd3.tar.xz
Remove useless parens in #if directive
Diffstat (limited to 'lib/strftime.c')
-rw-r--r--lib/strftime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strftime.c b/lib/strftime.c
index fc3d0c79f..45173dce3 100644
--- a/lib/strftime.c
+++ b/lib/strftime.c
@@ -100,7 +100,7 @@ extern char *tzname[];
#endif
#ifndef __P
-# if defined (__GNUC__) || (defined (__STDC__) && __STDC__)
+# if defined __GNUC__ || (defined __STDC__ && __STDC__)
# define __P(args) args
# else
# define __P(args) ()