aboutsummaryrefslogtreecommitdiffstats
path: root/src/strftime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strftime.c')
-rw-r--r--src/strftime.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/strftime.c b/src/strftime.c
index e96d8a92332..a7617427793 100644
--- a/src/strftime.c
+++ b/src/strftime.c
@@ -131,14 +131,6 @@ extern char *tzname[];
131# endif 131# endif
132#endif 132#endif
133 133
134#ifndef __P
135# if defined __GNUC__ || (defined __STDC__ && __STDC__) || defined (PROTOTYPES)
136# define __P(args) args
137# else
138# define __P(args) ()
139# endif /* GCC. */
140#endif /* Not __P. */
141
142#ifndef PTR 134#ifndef PTR
143# ifdef __STDC__ 135# ifdef __STDC__
144# define PTR void * 136# define PTR void *