diff --git a/zsnes/src/gblhdr.h b/zsnes/src/gblhdr.h index 6962ab70..a57fbc5b 100644 --- a/zsnes/src/gblhdr.h +++ b/zsnes/src/gblhdr.h @@ -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 #include #include - # 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