diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-01-04 14:21:54 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-01-04 14:21:54 +0000 |
commit | 0b312d08319768b63c045b8a36013d7ac66aa090 (patch) | |
tree | ccde8755f3bc6d9c33cca82abd4707df2d48b548 /src/s/sunos4-1.h | |
parent | acbeb206be5c9c542771508ccb18622e24c806ff (diff) | |
download | emacs-0b312d08319768b63c045b8a36013d7ac66aa090.tar.gz |
(SUNOS_LOCALTIME_BUG): #if 0'd.
Diffstat (limited to 'src/s/sunos4-1.h')
-rw-r--r-- | src/s/sunos4-1.h | 2 |
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 |