projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
759d47c
)
Remove useless parens in #if directive
author
Jim Meyering
<jim@meyering.net>
Sun, 19 Sep 1999 08:09:50 +0000
(08:09 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 19 Sep 1999 08:09:50 +0000
(08:09 +0000)
lib/strftime.c
patch
|
blob
|
history
diff --git
a/lib/strftime.c
b/lib/strftime.c
index fc3d0c79f2929d8cbb1d466a293ae6f6ce6da412..45173dce35b7d3a0fa7e9fb04850f7743b16b7cc 100644
(file)
--- 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) ()