Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > 3209b92216f62dc33e26d8a6c8033bab > files > 17

SDL12-1.2.13-10.2mdv2009.0.src.rpm

diff -up SDL-1.2.13/include/SDL_stdinc.h~ SDL-1.2.13/include/SDL_stdinc.h
--- SDL-1.2.13/include/SDL_stdinc.h~	2007-12-31 05:48:36.000000000 +0100
+++ SDL-1.2.13/include/SDL_stdinc.h	2009-02-13 11:01:34.000000000 +0100
@@ -320,7 +320,7 @@ do {								\
 #define SDL_memcpy4(dst, src, len)	SDL_memcpy(dst, src, (len) << 2)
 #endif
 
-#if defined(__GNUC__) && defined(i386)
+#if 0
 #define SDL_revcpy(dst, src, len)			\
 do {							\
 	int u0, u1, u2;					\