# HG changeset patch # User Richard M. Stallman # Date 770149967 0 # Node ID a071be44cfae2c40a83e2a2cbe18fb494771ff62 # Parent 8c8410bc0f1b444ca9df5e7fa968332bcfb7cf29 Undo previous change. diff -r 8c8410bc0f1b -r a071be44cfae src/s/sunos4-1.h --- a/src/s/sunos4-1.h Sat May 28 17:22:31 1994 +0000 +++ b/src/s/sunos4-1.h Sat May 28 18:32:47 1994 +0000 @@ -39,13 +39,3 @@ /* 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