home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / gcc-2.5.8-src.lha / src / amiga / gcc-2.5.8 / config / m68k / xm-mot3300.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-13  |  260 b   |  17 lines

  1. #define USG
  2.  
  3. #include "m68k/xm-m68k.h"
  4.  
  5. #define bcopy(a,b,c) memcpy (b,a,c)
  6. #define bzero(a,b) memset (a,0,b)
  7. #define bcmp(a,b,c) memcmp (a,b,c)
  8.  
  9. #define rindex strrchr
  10. #define index strchr
  11.  
  12. #define NO_SYS_SIGLIST
  13.  
  14. #ifndef __GNUC__
  15. #define USE_C_ALLOCA
  16. #endif
  17.