home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 6 / FreshFish_September1994.bin / bbs / gnu / gcc-2.6.0-src.lha / GNU / src / amiga / gcc-2.6.0 / config / m68k / xm-crds.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-25  |  373 b   |  23 lines

  1. #define USG
  2.  
  3. #ifndef unos
  4. #define unos
  5. #endif
  6.  
  7. #include "m68k/xm-m68k.h"
  8.  
  9. #define bcopy(a,b,c) memcpy (b,a,c)
  10. #define bzero(a,b) memset (a,0,b)
  11. #define bcmp(a,b,c) memcmp (a,b,c)
  12.  
  13. /* UNOS has vprintf() */ 
  14. #define HAVE_VPRINTF
  15.  
  16. /* Avoid conflict with C library by changing name of this symbol.  */
  17. #define gettime gcc_gettime
  18.  
  19. #ifndef __GNUC__
  20. #define USE_C_ALLOCA
  21. #endif
  22.  
  23.