diff options
Diffstat (limited to 'src/strftime.c')
| -rw-r--r-- | src/strftime.c | 2 |
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) () |