aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorMarcus Comstedt2007-05-05 12:32:52 +0000
committerMarcus Comstedt2007-05-05 12:32:52 +0000
commitf64e20007f31d1fad0e35443ee3bec15d6332029 (patch)
treef14c9bef95b16dc1c7883cb563fd06a8c1a9da17 /backends
parent776423ff823c28f0b7ef5929af6caa679b11e067 (diff)
downloadscummvm-rg350-f64e20007f31d1fad0e35443ee3bec15d6332029.tar.gz
scummvm-rg350-f64e20007f31d1fad0e35443ee3bec15d6332029.tar.bz2
scummvm-rg350-f64e20007f31d1fad0e35443ee3bec15d6332029.zip
Fixed bug 1711393.
svn-id: r26750
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/dc/portdefs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/platform/dc/portdefs.h b/backends/platform/dc/portdefs.h
index cedfd5c0fe..08bc900e6e 100644
--- a/backends/platform/dc/portdefs.h
+++ b/backends/platform/dc/portdefs.h
@@ -37,3 +37,6 @@
#ifdef Timer
#undef Timer
#endif
+/* newlib ctype.h defines _X for hex digit flag.
+ This conflicts with the use of _X as a variable name. */
+#undef _X