revert last change
authorJim Meyering <jim@meyering.net>
Thu, 23 Jan 1997 02:23:44 +0000 (02:23 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 23 Jan 1997 02:23:44 +0000 (02:23 +0000)
lib/strftime.c

index f2a64c9..8c838f7 100644 (file)
@@ -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