Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > bcb34a91b774ff74870fd0c0086a1a54 > files > 6

SDL12-1.2.15-16.mga5.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;					\