From d112a3e788bf74a5171913015284a7db16ac41af Mon Sep 17 00:00:00 2001 From: theoddone33 <> Date: Fri, 19 Jul 2002 03:25:19 +0000 Subject: [PATCH] Now compiles with -O1, -O2, etc --- zsnes/src/gblhdr.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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