SDL-1.2.13-rh484362.patch 456 B

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