Now compiles with -O1, -O2, etc

This commit is contained in:
theoddone33
2002-07-19 03:25:19 +00:00
parent f6765297f5
commit d112a3e788

View File

@@ -57,16 +57,11 @@
# endif
#endif
// General stdc header stuff, including memory.h stuff, like the fact that
// memcpy, and memmove are easily definable...
// more standard stuff
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
# ifndef HAVE_MEMCPY
#define memcpy(d, s, n) bcopy ((s), (d), (n))
#define memmove(d, s, n) bcopy ((s), (d), (n))
# endif
// unistd.h stuff