]> code.delx.au - gnu-emacs/commitdiff
(SUNOS_LOCALTIME_BUG): #if 0'd.
authorRichard M. Stallman <rms@gnu.org>
Tue, 4 Jan 1994 14:21:54 +0000 (14:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 4 Jan 1994 14:21:54 +0000 (14:21 +0000)
src/s/sunos4-1.h

index 681220a501c54ce8ce533c6ebc37fd90cad7ad87..87cb43839766766b278bfe026f932d74d2585320 100644 (file)
@@ -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