summaryrefslogtreecommitdiff
path: root/xc/include/extensions/multibufst.h
diff options
context:
space:
mode:
Diffstat (limited to 'xc/include/extensions/multibufst.h')
-rw-r--r--xc/include/extensions/multibufst.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xc/include/extensions/multibufst.h b/xc/include/extensions/multibufst.h
index 7d653ad92..75df36806 100644
--- a/xc/include/extensions/multibufst.h
+++ b/xc/include/extensions/multibufst.h
@@ -1,5 +1,5 @@
/*
- * $XConsortium: multibufst.h,v 1.14 93/10/12 11:54:49 dpw Exp $
+ * $XConsortium: multibufst.h,v 1.15 94/04/17 20:11:22 dpw Exp gildea $
*
Copyright (c) 1989 X Consortium
@@ -37,7 +37,7 @@ in this Software without prior written authorization from the X Consortium.
#include "input.h"
#endif
-#if (__STDC__ && !defined(UNIXCPP)) || defined(ANSICPP)
+#if (defined(__STDC__) && !defined(UNIXCPP)) || defined(ANSICPP)
#define MbufGetReq(name,req,info) GetReq (name, req); \
req->reqType = info->codes->major_opcode; \
req->mbufReqType = X_##name;
@@ -304,7 +304,7 @@ typedef struct {
pSTRUCT2->FUNC_NAME = tmpFn; \
}
-#if (__STDC__ && !defined(UNIXCPP)) || defined(ANSICPP)
+#if (defined(__STDC__) && !defined(UNIXCPP)) || defined(ANSICPP)
#define WRAP_SCREEN_FUNC(pSCREEN,pPRIV,FUNC_NAME, PRIV_FUNC_NAME) \
{ \
if ((pPRIV->funcsWrapped & FUNC_NAME##Mask) == 0) \