]> git.eshelyaron.com Git - emacs.git/commitdiff
Undo previous change.
authorRichard M. Stallman <rms@gnu.org>
Sat, 28 May 1994 18:32:47 +0000 (18:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 28 May 1994 18:32:47 +0000 (18:32 +0000)
src/s/sunos4-1.h

index 2104e87cf6a2c84862c48d7e2a76c29346b8f320..241024249a8d40f1d1f8bbf02ec9e76e22ea88e8 100644 (file)
 /* Tell GNU malloc to compensate for a bug in localtime.  */
 #define SUNOS_LOCALTIME_BUG
 #endif
-
-/* This is for compilation with acc.  It works with -Xt but not with -Xs.
-   Note you will need to specify a -L option so that -lansi gets found.
-   The precise -L option you need depends on the compiler version
-   so we cannot specify it here.  */
-#ifndef __GNUC__
-#ifdef __STDC__
-#define LIB_STANDARD -u _fix_libc_ -lansi -lc
-#endif
-#endif