From: Jim Meyering Date: Thu, 23 Jan 1997 02:23:44 +0000 (+0000) Subject: revert last change X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f662bb3cb68df09a44f6d081f8e70de41ee4c65;p=pspp revert last change --- diff --git a/lib/strftime.c b/lib/strftime.c index f2a64c9d72..8c838f7834 100644 --- a/lib/strftime.c +++ b/lib/strftime.c @@ -349,8 +349,7 @@ static char const month_name[][10] = # ifdef strftime # undef strftime # endif -# define strftime(S, Maxsize, Format, Tp) \ - _strftime_copytm ((S), (Maxsize), (Format), (Tp)) +# define strftime _strftime_copytm #endif