home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gcc-2.7.2.1-base.tgz / gcc-2.7.2.1-base.tar / fsf / gcc / config / mips / xm-iris6.h < prev    next >
C/C++ Source or Header  |  1995-02-04  |  448b  |  22 lines

  1. #define MIPS_OVERRIDE_ALLOCA
  2. #ifndef __GNUC__
  3. #include <alloca.h>
  4. #else
  5. extern void *alloca ();
  6. #endif
  7.  
  8. #include "mips/xm-iris5.h"
  9.  
  10. #undef HOST_BITS_PER_LONG
  11. #define HOST_BITS_PER_LONG    64
  12.  
  13. /* Declare some functions needed for this machine.  We don't want to
  14.    include these in the sources since other machines might define them
  15.    differently.  */
  16.  
  17. extern void *malloc (), *realloc (), *calloc ();
  18.  
  19. #ifndef inhibit_libc
  20. #include "string.h"
  21. #endif
  22.