diff src/strftime.c @ 20253:a7d1d668f57f

automatically generated from GPLed version
author Ulrich Drepper <drepper@redhat.com>
date Thu, 13 Nov 1997 01:17:00 +0000
parents cb1aec706f64
children b53b022d2239
line wrap: on
line diff
--- a/src/strftime.c	Wed Nov 12 01:24:57 1997 +0000
+++ b/src/strftime.c	Thu Nov 13 01:17:00 1997 +0000
@@ -184,7 +184,7 @@
   return tp;
 }
 # endif /* ! HAVE_LOCALTIME_R */
-#endif /* ! defined (_LIBC) */
+#endif /* ! defined _LIBC */
 
 
 #if !defined memset && !defined HAVE_MEMSET && !defined _LIBC
@@ -204,7 +204,7 @@
     do									      \
       {									      \
 	int _this = _len > 16 ? 16 : _len;				      \
-	(P) = mempcpy ((P), spaces, _this);				      \
+	(P) = MEMPCPY ((P), spaces, _this);				      \
 	_len -= _this;							      \
       }									      \
     while (_len > 0);							      \
@@ -217,7 +217,7 @@
     do									      \
       {									      \
 	int _this = _len > 16 ? 16 : _len;				      \
-	(P) = mempcpy ((P), zeroes, _this);				      \
+	(P) = MEMPCPY ((P), zeroes, _this);				      \
 	_len -= _this;							      \
       }									      \
     while (_len > 0);							      \