diff src/s/sunos4-1.h @ 5438:ab37f52a4fe3

(SUNOS_LOCALTIME_BUG): #if 0'd.
author Richard M. Stallman <rms@gnu.org>
date Tue, 04 Jan 1994 14:21:54 +0000
parents 038648cabe50
children adbebd010e43
line wrap: on
line diff
--- a/src/s/sunos4-1.h	Tue Jan 04 08:45:49 1994 +0000
+++ b/src/s/sunos4-1.h	Tue Jan 04 14:21:54 1994 +0000
@@ -27,5 +27,7 @@
 #endif
 #endif
 
+#if 0 /* Not necessary, since SYSTEM_MALLOC is defined in sunos4-0.h.  */
 /* Tell GNU malloc to compensate for a bug in localtime.  */
 #define SUNOS_LOCALTIME_BUG
+#endif