Comment fix

ANSI compilers (or gcc with the -ansi flag) throw up on begin_code.h in
the latest CVS of SDL, because it’s got a C++ single line comment.

cd /where/i/installed/SDL12CVS/
patch -p1 < SDL-comment-fix-RYAN1.diff

–ryan.

— SDL12/include/begin_code.h-virgin Sat Sep 22 11:43:44 2001
+++ SDL12/include/begin_code.h Sat Sep 22 11:44:44 2001
@@ -52,7 +52,7 @@
#ifdef SYMBIAN32
#undef DECLSPEC
#define DECLSPEC
-#endif // SYMBIAN32
+#endif /* SYMBIAN32 */

/* Force structure packing at 4 byte alignment.
This is necessary if the header is included in code which has structure

ANSI compilers (or gcc with the -ansi flag) throw up on begin_code.h in
the latest CVS of SDL, because it’s got a C++ single line comment.

cd /where/i/installed/SDL12CVS/
patch -p1 < SDL-comment-fix-RYAN1.diff

Thanks Ryan, your patch is in CVS.

See ya,
-Sam Lantinga, Software Engineer, Blizzard Entertainment