summaryrefslogtreecommitdiff
path: root/hw/dmx/glxProxy
diff options
context:
space:
mode:
authorRik Faith <faith@alephnull.com>2004-07-07 04:32:52 +0000
committerRik Faith <faith@alephnull.com>2004-07-07 04:32:52 +0000
commita5c9b3229ce418a5e3eacc40b7a7f11c0a26d958 (patch)
tree3ab0c3fb198339a23f28d31e0f52bdf9f5501f30 /hw/dmx/glxProxy
parent1498d7a096f0855fa965585acd9ca4a2780cc959 (diff)
Bugzilla #817
Diffstat (limited to 'hw/dmx/glxProxy')
-rw-r--r--hw/dmx/glxProxy/glxsingle.c2
-rw-r--r--hw/dmx/glxProxy/glxvendor.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/dmx/glxProxy/glxsingle.c b/hw/dmx/glxProxy/glxsingle.c
index 40b925a30..d8af1eac7 100644
--- a/hw/dmx/glxProxy/glxsingle.c
+++ b/hw/dmx/glxProxy/glxsingle.c
@@ -60,7 +60,7 @@
* this is because the GL single opcodes has different naming convension
* the other X opcodes (ie. X_GLsop_GetFloatv).
*/
-#if (__STDC__ && !defined(UNIXCPP)) || defined(ANSICPP)
+#if (defined(__STDC__) && !defined(UNIXCPP)) || defined(ANSICPP)
#define GetReqSingle(name, req) \
WORD64ALIGN\
if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax)\
diff --git a/hw/dmx/glxProxy/glxvendor.c b/hw/dmx/glxProxy/glxvendor.c
index 3b6467607..b5b61a5bb 100644
--- a/hw/dmx/glxProxy/glxvendor.c
+++ b/hw/dmx/glxProxy/glxvendor.c
@@ -59,7 +59,7 @@
* this is because the GL single opcodes has different naming convension
* the other X opcodes (ie. X_GLsop_GetFloatv).
*/
-#if (__STDC__ && !defined(UNIXCPP)) || defined(ANSICPP)
+#if (defined(__STDC__) && !defined(UNIXCPP)) || defined(ANSICPP)
#define GetReqVendorPrivate(name, req) \
WORD64ALIGN\
if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax)\