Mercurial > hg > xemacs-beta
diff src/m/intel386.h @ 159:3bb7ccffb0c0 r20-3b6
Import from CVS: tag r20-3b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:41:43 +0200 |
parents | 59463afc5666 |
children | 0132846995bd |
line wrap: on
line diff
--- a/src/m/intel386.h Mon Aug 13 09:40:48 2007 +0200 +++ b/src/m/intel386.h Mon Aug 13 09:41:43 2007 +0200 @@ -153,6 +153,7 @@ /* this brings in alloca() if we're using cc */ #ifdef USG +#if 0 /* mrb: -lPW is now autodetected, anyways */ #ifndef LIB_STANDARD #ifdef USG5_4 #define LIB_STANDARD -lc @@ -160,8 +161,11 @@ #define LIB_STANDARD -lPW -lc #endif /* not USG5_4 */ #endif /* LIB_STANDARD */ +#endif /* 0 */ +#if 0 /* ALLOCA is now autodetected */ #define HAVE_ALLOCA +#endif #define NO_REMAP #define TEXT_START 0 #endif /* USG */