xlib: Do not undefine _R, _G, and _B.
authorVinson Lee <vlee@freedesktop.org>
Sat, 27 Oct 2012 19:49:52 +0000 (12:49 -0700)
committerVinson Lee <vlee@freedesktop.org>
Tue, 30 Oct 2012 05:25:56 +0000 (22:25 -0700)
Fixes build error on Cygwin and Solaris. _R, _G, and _B are used in
ctype.h on those platforms.

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/drivers/x11/xfonts.c

index 9957e8906dba6e84d8ce79f7da36ddcd84e49874..a92d24a9ab311642521774db0adaa8726250fb19 100644 (file)
@@ -41,9 +41,6 @@
 /* Some debugging info.  */
 
 #ifdef DEBUG
-#undef _R
-#undef _G
-#undef _B
 #include <ctype.h>
 
 int debug_xfonts = 0;