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-i38v4.h < prev    next >
C/C++ Source or Header  |  1994-02-06  |  268b  |  13 lines

  1. /* Configuration for GCC for Intel i386 running System V Release 4.  */
  2.  
  3. #include "xm-i386.h"
  4. #include "xm-svr4.h"
  5.  
  6. /* If compiled with GNU C, use the built-in alloca.  */
  7. #undef alloca
  8. #ifdef __GNUC__
  9. #define alloca __builtin_alloca
  10. #else
  11. #define USE_C_ALLOCA
  12. #endif
  13.