summaryrefslogtreecommitdiff
path: root/src/strftime.c
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-03-08 18:55:10 +0000
committerDave Love <fx@gnu.org>2000-03-08 18:55:10 +0000
commitfbb890e99dfcc6010f6fd24e3c1a6a776daaf153 (patch)
tree1459a369c0a4969622aaf5b10ff29c91eec88e76 /src/strftime.c
parent4f5b0fef7892e4a387b563e4a4360fe9050adc58 (diff)
downloademacs-fbb890e99dfcc6010f6fd24e3c1a6a776daaf153.tar.gz
Use PROTOTYPES.
Diffstat (limited to 'src/strftime.c')
-rw-r--r--src/strftime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strftime.c b/src/strftime.c
index 00d50133b35..f2a0e08ce9e 100644
--- a/src/strftime.c
+++ b/src/strftime.c
@@ -98,7 +98,7 @@ extern char *tzname[];
#endif
#ifndef __P
-# if defined (__GNUC__) || (defined (__STDC__) && __STDC__)
+# if defined (PROTOTYPES)
# define __P(args) args
# else
# define __P(args) ()