changeset 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 7a9ff03ecccf
children 77798fccc85c
files src/s/sunos4-1.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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