aboutsummaryrefslogtreecommitdiffstats
path: root/src/strftime.c
diff options
context:
space:
mode:
authorDave Love2000-03-08 18:55:10 +0000
committerDave Love2000-03-08 18:55:10 +0000
commiteea0252e8347b1917bd6f23951e7a6d3de1d9869 (patch)
treec006898c4ab80b0c45f795f9cac9b5e84ca420df /src/strftime.c
parentb369fa65688865a61fbbefcee815ca46bf2896bf (diff)
downloademacs-eea0252e8347b1917bd6f23951e7a6d3de1d9869.tar.gz
emacs-eea0252e8347b1917bd6f23951e7a6d3de1d9869.zip
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[];
98#endif 98#endif
99 99
100#ifndef __P 100#ifndef __P
101# if defined (__GNUC__) || (defined (__STDC__) && __STDC__) 101# if defined (PROTOTYPES)
102# define __P(args) args 102# define __P(args) args
103# else 103# else
104# define __P(args) () 104# define __P(args) ()