summaryrefslogtreecommitdiff
path: root/src/s/sunos4-1.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-01-04 14:21:54 +0000
committerRichard M. Stallman <rms@gnu.org>1994-01-04 14:21:54 +0000
commit0b312d08319768b63c045b8a36013d7ac66aa090 (patch)
treeccde8755f3bc6d9c33cca82abd4707df2d48b548 /src/s/sunos4-1.h
parentacbeb206be5c9c542771508ccb18622e24c806ff (diff)
downloademacs-0b312d08319768b63c045b8a36013d7ac66aa090.tar.gz
(SUNOS_LOCALTIME_BUG): #if 0'd.
Diffstat (limited to 'src/s/sunos4-1.h')
-rw-r--r--src/s/sunos4-1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/sunos4-1.h b/src/s/sunos4-1.h
index 681220a501c..87cb4383976 100644
--- a/src/s/sunos4-1.h
+++ b/src/s/sunos4-1.h
@@ -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