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 / sparc / xm-pbd.h < prev    next >
C/C++ Source or Header  |  1993-02-26  |  255b  |  14 lines

  1. /* Host environment for the tti "Unicom" PBB 68020 boards */
  2.  
  3. #include "sparc/xm-sparc.h"
  4.  
  5. #define USG
  6. #define bcopy(a,b,c) memcpy (b,a,c)
  7. #define bzero(a,b) memset (a,0,b)
  8. #define bcmp(a,b,c) memcmp (a,b,c)
  9.  
  10. #ifndef __GNUC__
  11. #define USE_C_ALLOCA
  12. #endif
  13.  
  14.