1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-14 14:09:35 +02:00

revert last change

This commit is contained in:
Jim Meyering
1997-01-23 02:23:44 +00:00
parent 44386ac6ff
commit ef2b6836fd
+1 -2
View 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