diff src/strftime.c @ 28057:872ca4a12e3d

Use PROTOTYPES.
author Dave Love <fx@gnu.org>
date Wed, 08 Mar 2000 18:55:10 +0000
parents 0a4e16e5eb52
children 92f108b8b281
line wrap: on
line diff
--- a/src/strftime.c	Wed Mar 08 18:53:12 2000 +0000
+++ b/src/strftime.c	Wed Mar 08 18:55:10 2000 +0000
@@ -98,7 +98,7 @@
 #endif
 
 #ifndef __P
-# if defined (__GNUC__) || (defined (__STDC__) && __STDC__)
+# if defined (PROTOTYPES)
 #  define __P(args) args
 # else
 #  define __P(args) ()