aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-01-04 14:21:54 +0000
committerRichard M. Stallman1994-01-04 14:21:54 +0000
commit0b312d08319768b63c045b8a36013d7ac66aa090 (patch)
treeccde8755f3bc6d9c33cca82abd4707df2d48b548 /src
parentacbeb206be5c9c542771508ccb18622e24c806ff (diff)
downloademacs-0b312d08319768b63c045b8a36013d7ac66aa090.tar.gz
emacs-0b312d08319768b63c045b8a36013d7ac66aa090.zip
(SUNOS_LOCALTIME_BUG): #if 0'd.
Diffstat (limited to 'src')
-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 @@
27#endif 27#endif
28#endif 28#endif
29 29
30#if 0 /* Not necessary, since SYSTEM_MALLOC is defined in sunos4-0.h. */
30/* Tell GNU malloc to compensate for a bug in localtime. */ 31/* Tell GNU malloc to compensate for a bug in localtime. */
31#define SUNOS_LOCALTIME_BUG 32#define SUNOS_LOCALTIME_BUG
33#endif