Now compiles with -O1, -O2, etc
This commit is contained in:
@@ -57,16 +57,11 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// General stdc header stuff, including memory.h stuff, like the fact that
|
// more standard stuff
|
||||||
// memcpy, and memmove are easily definable...
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdarg.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
|
// unistd.h stuff
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user