diff src/SDL_error.c @ 4618:844b5ef4b149

Merged Sunny's XRender changes from SDL-gsoc2010_xrender
author Sam Lantinga <slouken@libsdl.org>
date Wed, 28 Jul 2010 00:54:23 -0700
parents 791b3256fb22 0b3a509c53a0
children 3b5f4b3a69e1
line wrap: on
line diff
--- a/src/SDL_error.c	Tue Jul 27 21:31:28 2010 -0700
+++ b/src/SDL_error.c	Wed Jul 28 00:54:23 2010 -0700
@@ -26,6 +26,8 @@
 #include "SDL_error.h"
 #include "SDL_error_c.h"
 
+/*#define DEBUG_ERROR*/
+
 /* Routine to get the thread-specific error variable */
 #if SDL_THREADS_DISABLED
 /* !!! FIXME: what does this comment mean? Victim of Search and Replace? */