1.1 --- a/include/SDL_bits.h Sat May 18 12:48:50 2013 -0700
1.2 +++ b/include/SDL_bits.h Sat May 18 14:17:52 2013 -0700
1.3 @@ -33,9 +33,7 @@
1.4 #include "begin_code.h"
1.5 /* Set up for C function definitions, even when using C++ */
1.6 #ifdef __cplusplus
1.7 -/* *INDENT-OFF* */
1.8 extern "C" {
1.9 -/* *INDENT-ON* */
1.10 #endif
1.11
1.12 /**
1.13 @@ -83,9 +81,7 @@
1.14
1.15 /* Ends C function definitions when using C++ */
1.16 #ifdef __cplusplus
1.17 -/* *INDENT-OFF* */
1.18 }
1.19 -/* *INDENT-ON* */
1.20 #endif
1.21 #include "close_code.h"
1.22