X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrftime.c;h=45173dce35b7d3a0fa7e9fb04850f7743b16b7cc;hb=98a354147cdb6d15365600fac33d492d7387996f;hp=fc3d0c79f2929d8cbb1d466a293ae6f6ce6da412;hpb=6dca64d798f716c1ab15b35ab6afe17b3edec2b3;p=gnulib.git diff --git a/lib/strftime.c b/lib/strftime.c index fc3d0c79f..45173dce3 100644 --- a/lib/strftime.c +++ b/lib/strftime.c @@ -100,7 +100,7 @@ extern char *tzname[]; #endif #ifndef __P -# if defined (__GNUC__) || (defined (__STDC__) && __STDC__) +# if defined __GNUC__ || (defined __STDC__ && __STDC__) # define __P(args) args # else # define __P(args) ()