summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-06-24 22:55:18 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-06-24 22:55:18 -0700
commit7378d4bdbd33ed49ed6cfa5c4f73d7527982aab4 (patch)
tree5f4556a36c365afd7db80d5023bfa0711f5ac904 /include
parent230a1dc356266afb206c98e47ee72e8fca0948e2 (diff)
downloadxorg-lib-libXext-7378d4bdbd33ed49ed6cfa5c4f73d7527982aab4.tar.gz
Require ANSI C89 pre-processor, drop pre-C89 token pasting support
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'include')
-rw-r--r--include/X11/extensions/multibuf.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/X11/extensions/multibuf.h b/include/X11/extensions/multibuf.h
index 12fda35..27165f0 100644
--- a/include/X11/extensions/multibuf.h
+++ b/include/X11/extensions/multibuf.h
@@ -30,15 +30,9 @@ in this Software without prior written authorization from The Open Group.
#include <X11/extensions/multibufconst.h>
-#if !defined(UNIXCPP) || defined(ANSICPP)
#define MbufGetReq(name,req,info) GetReq (name, req); \
req->reqType = info->codes->major_opcode; \
req->mbufReqType = X_##name;
-#else
-#define MbufGetReq(name,req,info) GetReq (name, req); \
- req->reqType = info->codes->major_opcode; \
- req->mbufReqType = X_/**/name;
-#endif
/*
* Extra definitions that will only be needed in the client