home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / e20313sr.zip / emacs / 20.3.1 / src / s / aix4-2.h < prev    next >
C/C++ Source or Header  |  1999-06-27  |  106b  |  8 lines

  1. /* AIX 4.2 is missing alloca.  */
  2.  
  3. #include "aix4-1.h"
  4.  
  5. #ifndef __GNUC__
  6. #undef HAVE_ALLOCA
  7. #endif
  8.