Mercurial > hg > xemacs-beta
diff src/s/irix5-0.h @ 149:538048ae2ab8 r20-3b1
Import from CVS: tag r20-3b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:36:16 +0200 |
parents | 376386a54a3c |
children | 0132846995bd |
line wrap: on
line diff
--- a/src/s/irix5-0.h Mon Aug 13 09:35:15 2007 +0200 +++ b/src/s/irix5-0.h Mon Aug 13 09:36:16 2007 +0200 @@ -25,17 +25,6 @@ /* Make process_send_signal work by "typing" a signal character on the pty. */ #define SIGNALS_VIA_CHARACTERS -/* Define HAVE_ALLOCA to say that the system provides a properly - working alloca function and it should be used. */ -#define HAVE_ALLOCA -#undef C_ALLOCA - -#ifndef NOT_C_CODE -#ifndef __GNUC__ -#include <alloca.h> -#endif -#endif - /* SGI has all the fancy wait stuff, but we can't include sys/wait.h because it defines BIG_ENDIAN and LITTLE_ENDIAN (ugh!.) Instead we'll just define WNOHANG right here.