From 1f662bb3cb68df09a44f6d081f8e70de41ee4c65 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 23 Jan 1997 02:23:44 +0000 Subject: [PATCH] revert last change --- lib/strftime.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.30.2