From: Richard M. Stallman Date: Sat, 28 May 1994 18:32:47 +0000 (+0000) Subject: Undo previous change. X-Git-Tag: emacs-19.34~8116 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=133c8e42b3d12875476829956fe5d2375bc8175b;p=emacs.git Undo previous change. --- diff --git a/src/s/sunos4-1.h b/src/s/sunos4-1.h index 2104e87cf6a..241024249a8 100644 --- a/src/s/sunos4-1.h +++ b/src/s/sunos4-1.h @@ -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