[PATCH] SDL fixincludes

sam (i assume),
i recent installed gcc 2.96 and it fixed these includes. heres
a patch if you feel it warrants some correction.

matt

— /usr/include/SDL/SDL_byteorder.h Thu Apr 13 00:03:49 2000
+++ SDL_byteorder.h Thu May 11 15:02:06 2000
@@ -39,7 +39,7 @@
script so that application code can use this too. The “right” way would
be to dynamically generate this file on install, but that’s alot of work.
*/
-#if defined(i386) || defined(WIN32) || defined(alpha) || defined(arm)
+#if defined(i386) || defined(WIN32) || defined(alpha) ||
+defined(arm)
#define SDL_BYTEORDER SDL_LIL_ENDIAN
#else
#define SDL_BYTEORDER SDL_BIG_ENDIAN
— /usr/include/SDL/SDL_endian.h Thu Apr 13 00:03:49 2000
+++ SDL_endian.h Thu May 11 15:02:06 2000
@@ -56,7 +56,7 @@

/* The macros used to swap values /
/
Try to use superfast macros on systems that support them */
-#ifdef linux
+#ifdef linux
#include <asm/byteorder.h>
#ifdef __arch__swab16
#define SDL_Swap16 __arch__swab16–
“Linux can be a harsh mistress”
– bert hubert