home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / gdb-4.9 / gdb / config / vax / xm-vaxbsd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-12  |  346 b   |  11 lines

  1. /* Definitions to make GDB run on a vax under 4.2bsd. */
  2.  
  3. /* We have to include these files now, so that GDB will not make
  4.    competing definitions in defs.h.  */
  5. #include <machine/endian.h>
  6. #include <machine/limits.h>
  7. #include "vax/xm-vax.h"
  8.  
  9. /* In non-ANSI compiles, memcpy and memset are still void *, not char *.  */
  10. #define MEM_FNS_DECLARED
  11.