changeset 866:d3c348a6a2ff

revert last change
author Jim Meyering <jim@meyering.net>
date Thu, 23 Jan 1997 02:23:44 +0000
parents 0f8fd76651f6
children eb9bddf875ac
files lib/strftime.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/strftime.c
+++ b/lib/strftime.c
@@ -349,8 +349,7 @@
 # ifdef strftime
 #  undef strftime
 # endif
-# define strftime(S, Maxsize, Format, Tp) \
-  _strftime_copytm ((S), (Maxsize), (Format), (Tp))
+# define strftime _strftime_copytm
 #endif