home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / bbs / gnu / gcc-2.3.3-src.lha / GNU / src / amiga / gcc-2.3.3 / config / xm-nws3250v4.h < prev    next >
C/C++ Source or Header  |  1994-02-06  |  178b  |  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.