home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / GCC / GCC258_5.LHA / gcc-2.5.8-amiga / config / mips / xm-nws3250v4.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-26  |  178 b   |  10 lines

  1. #define USG
  2.  
  3. #include "xm-mips.h"
  4.  
  5. /* If compiling with mips compiler, we are probably using alloca.c,
  6.    so help it work right.  */
  7. #ifndef __GNUC__
  8. #define USE_C_ALLOCA
  9. #endif
  10.