summaryrefslogtreecommitdiff
path: root/xc/lib/X11
diff options
context:
space:
mode:
Diffstat (limited to 'xc/lib/X11')
-rw-r--r--xc/lib/X11/ChkMaskEv.c4
-rw-r--r--xc/lib/X11/ChkWinEv.c4
-rw-r--r--xc/lib/X11/CrGC.c4
-rw-r--r--xc/lib/X11/ErrDes.c4
-rw-r--r--xc/lib/X11/FilterEv.c4
-rw-r--r--xc/lib/X11/ImUtil.c4
-rw-r--r--xc/lib/X11/KeysymStr.c4
-rw-r--r--xc/lib/X11/LRGB.c4
-rw-r--r--xc/lib/X11/MaskEvent.c4
-rw-r--r--xc/lib/X11/PutImage.c10
-rw-r--r--xc/lib/X11/StrKeysym.c4
-rw-r--r--xc/lib/X11/WinEvent.c4
-rw-r--r--xc/lib/X11/XKBCvt.c6
-rw-r--r--xc/lib/X11/XRGB.c4
-rw-r--r--xc/lib/X11/Xcmsint.h4
-rw-r--r--xc/lib/X11/Xlibint.h10
-rw-r--r--xc/lib/X11/Xrm.c6
-rw-r--r--xc/lib/X11/cmsColNm.c4
-rw-r--r--xc/lib/X11/cmsMath.c4
-rw-r--r--xc/lib/X11/cmsTrig.c4
-rw-r--r--xc/lib/X11/evtomask.c4
-rw-r--r--xc/lib/X11/globals.c4
-rw-r--r--xc/lib/X11/imCallbk.c6
-rw-r--r--xc/lib/X11/lcWrap.c4
24 files changed, 57 insertions, 57 deletions
diff --git a/xc/lib/X11/ChkMaskEv.c b/xc/lib/X11/ChkMaskEv.c
index 183dffdea..30f2fe594 100644
--- a/xc/lib/X11/ChkMaskEv.c
+++ b/xc/lib/X11/ChkMaskEv.c
@@ -1,4 +1,4 @@
-/* $XConsortium: ChkMaskEv.c,v 11.24 93/01/28 13:16:50 gildea Exp $ */
+/* $XConsortium: ChkMaskEv.c,v 11.25 94/04/17 20:18:46 gildea Exp gildea $ */
/*
Copyright (c) 1985, 1987 X Consortium
@@ -29,7 +29,7 @@ in this Software without prior written authorization from the X Consortium.
#define NEED_EVENTS
#include "Xlibint.h"
-#if __STDC__
+#ifdef __STDC__
#define Const const
#else
#define Const /**/
diff --git a/xc/lib/X11/ChkWinEv.c b/xc/lib/X11/ChkWinEv.c
index 01abcacd5..13e5095ae 100644
--- a/xc/lib/X11/ChkWinEv.c
+++ b/xc/lib/X11/ChkWinEv.c
@@ -1,4 +1,4 @@
-/* $XConsortium: ChkWinEv.c,v 11.22 93/01/28 13:16:51 gildea Exp $ */
+/* $XConsortium: ChkWinEv.c,v 11.23 94/04/17 20:18:48 gildea Exp gildea $ */
/*
Copyright (c) 1985, 1987 X Consortium
@@ -29,7 +29,7 @@ in this Software without prior written authorization from the X Consortium.
#define NEED_EVENTS
#include "Xlibint.h"
-#if __STDC__
+#ifdef __STDC__
#define Const const
#else
#define Const /**/
diff --git a/xc/lib/X11/CrGC.c b/xc/lib/X11/CrGC.c
index 67f085ac0..6f400513a 100644
--- a/xc/lib/X11/CrGC.c
+++ b/xc/lib/X11/CrGC.c
@@ -1,4 +1,4 @@
-/* $XConsortium: CrGC.c,v 11.41 93/11/05 11:12:52 kaleb Exp $ */
+/* $XConsortium: CrGC.c,v 11.42 94/04/17 20:18:59 kaleb Exp gildea $ */
/*
Copyright (c) 1986 X Consortium
@@ -28,7 +28,7 @@ in this Software without prior written authorization from the X Consortium.
#include "Xlibint.h"
-#if __STDC__
+#ifdef __STDC__
#define Const const
#else
#define Const /**/
diff --git a/xc/lib/X11/ErrDes.c b/xc/lib/X11/ErrDes.c
index eb059b40f..001a157c6 100644
--- a/xc/lib/X11/ErrDes.c
+++ b/xc/lib/X11/ErrDes.c
@@ -1,5 +1,5 @@
/*
- * $XConsortium: ErrDes.c,v 11.52 93/12/09 15:02:32 kaleb Exp $
+ * $XConsortium: ErrDes.c,v 11.53 94/04/17 20:19:14 kaleb Exp gildea $
*/
/***********************************************************
@@ -59,7 +59,7 @@ SOFTWARE.
#define ERRORDB "/usr/lib/X11/XErrorDB"
#endif
-#if __STDC__
+#ifdef __STDC__
#define Const const
#else
#define Const /**/
diff --git a/xc/lib/X11/FilterEv.c b/xc/lib/X11/FilterEv.c
index a8bd37a72..507e5abb0 100644
--- a/xc/lib/X11/FilterEv.c
+++ b/xc/lib/X11/FilterEv.c
@@ -1,4 +1,4 @@
-/* $XConsortium: FilterEv.c,v 1.8 91/06/05 09:15:44 rws Exp $ */
+/* $XConsortium: FilterEv.c,v 1.9 94/04/17 20:19:21 rws Exp gildea $ */
/*
* Copyright 1990, 1991 by OMRON Corporation
@@ -60,7 +60,7 @@ from the X Consortium.
#include "Xlibint.h"
#include "Xlcint.h"
-#if __STDC__
+#ifdef __STDC__
#define Const const
#else
#define Const /**/
diff --git a/xc/lib/X11/ImUtil.c b/xc/lib/X11/ImUtil.c
index d376565f2..824877999 100644
--- a/xc/lib/X11/ImUtil.c
+++ b/xc/lib/X11/ImUtil.c
@@ -1,4 +1,4 @@
-/* $XConsortium: ImUtil.c,v 11.59 93/11/05 11:12:58 kaleb Exp $ */
+/* $XConsortium: ImUtil.c,v 11.60 94/04/17 20:19:59 kaleb Exp gildea $ */
/*
Copyright (c) 1986 X Consortium
@@ -30,7 +30,7 @@ in this Software without prior written authorization from the X Consortium.
#include <X11/Xutil.h>
#include <stdio.h>
-#if __STDC__
+#ifdef __STDC__
#define Const const
#else
#define Const /**/
diff --git a/xc/lib/X11/KeysymStr.c b/xc/lib/X11/KeysymStr.c
index d08d84911..382f94274 100644
--- a/xc/lib/X11/KeysymStr.c
+++ b/xc/lib/X11/KeysymStr.c
@@ -1,4 +1,4 @@
-/* $XConsortium: KeysymStr.c,v 11.8 93/08/14 18:33:20 rws Exp $ */
+/* $XConsortium: KeysymStr.c,v 11.9 94/04/17 20:20:03 rws Exp gildea $ */
/*
@@ -31,7 +31,7 @@ in this Software without prior written authorization from the X Consortium.
#include <X11/Xresource.h>
#include <X11/keysymdef.h>
-#if __STDC__
+#ifdef __STDC__
#define Const const
#else
#define Const /**/
diff --git a/xc/lib/X11/LRGB.c b/xc/lib/X11/LRGB.c
index b2c617e44..1132cff49 100644
--- a/xc/lib/X11/LRGB.c
+++ b/xc/lib/X11/LRGB.c
@@ -1,4 +1,4 @@
-/* $XConsortium: LRGB.c,v 1.30 94/06/03 17:51:49 rws Exp converse $" */
+/* $XConsortium: LRGB.c,v 1.31 95/05/31 20:47:35 converse Exp gildea $" */
/*
* Code and supporting documentation (c) Copyright 1990 1991 Tektronix, Inc.
@@ -42,7 +42,7 @@
#include "Xlibint.h"
#include "Xcmsint.h"
-#if __STDC__
+#ifdef __STDC__
#define Const const
#else
#define Const /**/
diff --git a/xc/lib/X11/MaskEvent.c b/xc/lib/X11/MaskEvent.c
index c5dd25038..1e46174c8 100644
--- a/xc/lib/X11/MaskEvent.c
+++ b/xc/lib/X11/MaskEvent.c
@@ -1,4 +1,4 @@
-/* $XConsortium: MaskEvent.c,v 11.24 93/11/05 11:13:03 kaleb Exp $ */
+/* $XConsortium: MaskEvent.c,v 11.25 94/04/17 20:20:17 kaleb Exp gildea $ */
/*
Copyright (c) 1986 X Consortium
@@ -29,7 +29,7 @@ in this Software without prior written authorization from the X Consortium.
#define NEED_EVENTS
#include "Xlibint.h"
-#if __STDC__
+#ifdef __STDC__
#define Const const
#else
#define Const /**/
diff --git a/xc/lib/X11/PutImage.c b/xc/lib/X11/PutImage.c
index c580de88f..97fdef996 100644
--- a/xc/lib/X11/PutImage.c
+++ b/xc/lib/X11/PutImage.c
@@ -1,4 +1,4 @@
-/* $XConsortium: PutImage.c,v 11.69 93/11/05 11:13:09 kaleb Exp $ */
+/* $XConsortium: PutImage.c,v 11.70 94/04/17 20:20:31 kaleb Exp gildea $ */
/*
Copyright (c) 1986 X Consortium
@@ -30,12 +30,12 @@ in this Software without prior written authorization from the X Consortium.
#include "Xutil.h"
#include <stdio.h>
-#if __STDC__
+#ifdef __STDC__
#define Const const
#else
#define Const /**/
#endif
-#if __STDC__ && ((defined(sun) && defined(SVR4)) || defined(WIN32))
+#if defined(__STDC__) && ((defined(sun) && defined(SVR4)) || defined(WIN32))
#define RConst /**/
#else
#define RConst Const
@@ -128,7 +128,7 @@ _XReverse_Bytes (bpt, nb)
/* XXX the following functions are declared int instead of void because various
- * compilers and lints complain about later intialization of SwapFunc and/or
+ * compilers and lints complain about later initialization of SwapFunc and/or
* (swapfunc == NoSwap) when void is used.
*/
@@ -577,7 +577,7 @@ static int Const HalfOrderWord[12] = {
/* Cancel a GetReq operation, before doing _XSend or Data */
-#if (__STDC__ && !defined(UNIXCPP)) || defined(ANSICPP)
+#if (defined(__STDC__) && !defined(UNIXCPP)) || defined(ANSICPP)
#define UnGetReq(name)\
dpy->bufptr -= SIZEOF(x##name##Req);\
dpy->request--
diff --git a/xc/lib/X11/StrKeysym.c b/xc/lib/X11/StrKeysym.c
index de537c573..d64c32edd 100644
--- a/xc/lib/X11/StrKeysym.c
+++ b/xc/lib/X11/StrKeysym.c
@@ -1,4 +1,4 @@
-/* $XConsortium: StrKeysym.c,v 11.15 91/06/07 18:20:55 rws Exp $ */
+/* $XConsortium: StrKeysym.c,v 11.16 94/04/17 20:21:13 rws Exp gildea $ */
/*
Copyright (c) 1985, 1987, 1990 X Consortium
@@ -35,7 +35,7 @@ extern char *getenv();
extern XrmQuark _XrmInternalStringToQuark();
-#if __STDC__
+#ifdef __STDC__
#define Const const
#else
#define Const /**/
diff --git a/xc/lib/X11/WinEvent.c b/xc/lib/X11/WinEvent.c
index f6e87ed31..dec28c99a 100644
--- a/xc/lib/X11/WinEvent.c
+++ b/xc/lib/X11/WinEvent.c
@@ -1,4 +1,4 @@
-/* $XConsortium: WinEvent.c,v 11.21 93/11/05 11:13:24 kaleb Exp $ */
+/* $XConsortium: WinEvent.c,v 11.22 94/04/17 20:21:30 kaleb Exp gildea $ */
/*
Copyright (c) 1985 X Consortium
@@ -29,7 +29,7 @@ in this Software without prior written authorization from the X Consortium.
#define NEED_EVENTS
#include "Xlibint.h"
-#if __STDC__
+#ifdef __STDC__
#define Const const
#else
#define Const /**/
diff --git a/xc/lib/X11/XKBCvt.c b/xc/lib/X11/XKBCvt.c
index 0a33680fe..3a3c9e6da 100644
--- a/xc/lib/X11/XKBCvt.c
+++ b/xc/lib/X11/XKBCvt.c
@@ -1,4 +1,4 @@
-/* "$XConsortium: XKBCvt.c,v 1.13 94/04/02 17:26:19 erik Exp $"; */
+/* "$XConsortium: XKBCvt.c,v 1.14 94/04/17 20:21:35 erik Exp gildea $"; */
/*
Copyright (c) 1988, 1989 X Consortium
@@ -52,12 +52,12 @@ from the X Consortium.
extern char *getenv();
#endif
-#if __STDC__
+#ifdef __STDC__
#define Const const
#else
#define Const /**/
#endif
-#if __STDC__ && !defined(NORCONST)
+#if defined(__STDC__) && !defined(NORCONST)
#define RConst const
#else
#define RConst /**/
diff --git a/xc/lib/X11/XRGB.c b/xc/lib/X11/XRGB.c
index dc531a333..dcf7c4acc 100644
--- a/xc/lib/X11/XRGB.c
+++ b/xc/lib/X11/XRGB.c
@@ -1,4 +1,4 @@
-/* $XConsortium: XcmsXRGB.c,v 1.4 91/05/13 23:30:24 rws Exp $" */
+/* $XConsortium: XRGB.c,v 1.5 91/07/22 15:53:56 rws Exp gildea $" */
/*
* Code and supporting documentation (c) Copyright 1990 1991 Tektronix, Inc.
@@ -37,7 +37,7 @@
#include "Xlibint.h"
#include "Xcmsint.h"
-#if __STDC__
+#ifdef __STDC__
#define Const const
#else
#define Const /**/
diff --git a/xc/lib/X11/Xcmsint.h b/xc/lib/X11/Xcmsint.h
index 95e74055e..f6ef8a941 100644
--- a/xc/lib/X11/Xcmsint.h
+++ b/xc/lib/X11/Xcmsint.h
@@ -1,4 +1,4 @@
-/* $XConsortium: Xcmsint.h,v 1.17 91/11/05 11:06:51 rws Exp $ */
+/* $XConsortium: Xcmsint.h,v 1.18 92/06/05 16:47:53 converse Exp gildea $ */
/*
* Code and supporting documentation (c) Copyright 1990 1991 Tektronix, Inc.
@@ -194,7 +194,7 @@ typedef struct {
#define XCMS_SQRT(x) _XcmsSquareRoot(x)
#define XCMS_TAN(x) (XCMS_SIN(x) / XCMS_COS(x))
-#if __STDC__
+#ifdef __STDC__
double _XcmsArcTangent(double a);
double _XcmsCosine(double a);
double _XcmsCubeRoot(double a);
diff --git a/xc/lib/X11/Xlibint.h b/xc/lib/X11/Xlibint.h
index 9e372cdb7..f5795c1b9 100644
--- a/xc/lib/X11/Xlibint.h
+++ b/xc/lib/X11/Xlibint.h
@@ -1,4 +1,4 @@
-/* $XConsortium: Xlibint.h,v 11.144 95/04/05 19:57:54 kaleb Exp gildea $ */
+/* $XConsortium: Xlibint.h,v 11.145 95/06/02 23:42:52 gildea Exp gildea $ */
/*
@@ -407,7 +407,7 @@ extern int errno; /* Internal system error number. */
*
*/
-#if (__STDC__ && !defined(UNIXCPP)) || defined(ANSICPP)
+#if (defined(__STDC__) && !defined(UNIXCPP)) || defined(ANSICPP)
#define GetReq(name, req) \
WORD64ALIGN\
if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax)\
@@ -433,7 +433,7 @@ extern int errno; /* Internal system error number. */
/* GetReqExtra is the same as GetReq, but allocates "n" additional
bytes after the request. "n" must be a multiple of 4! */
-#if (__STDC__ && !defined(UNIXCPP)) || defined(ANSICPP)
+#if (defined(__STDC__) && !defined(UNIXCPP)) || defined(ANSICPP)
#define GetReqExtra(name, n, req) \
WORD64ALIGN\
if ((dpy->bufptr + SIZEOF(x##name##Req) + n) > dpy->bufmax)\
@@ -462,7 +462,7 @@ extern int errno; /* Internal system error number. */
* "rid" is the name of the resource.
*/
-#if (__STDC__ && !defined(UNIXCPP)) || defined(ANSICPP)
+#if (defined(__STDC__) && !defined(UNIXCPP)) || defined(ANSICPP)
#define GetResReq(name, rid, req) \
WORD64ALIGN\
if ((dpy->bufptr + SIZEOF(xResourceReq)) > dpy->bufmax)\
@@ -490,7 +490,7 @@ extern int errno; /* Internal system error number. */
* GetEmptyReq is for those requests that have no arguments
* at all.
*/
-#if (__STDC__ && !defined(UNIXCPP)) || defined(ANSICPP)
+#if (defined(__STDC__) && !defined(UNIXCPP)) || defined(ANSICPP)
#define GetEmptyReq(name, req) \
WORD64ALIGN\
if ((dpy->bufptr + SIZEOF(xReq)) > dpy->bufmax)\
diff --git a/xc/lib/X11/Xrm.c b/xc/lib/X11/Xrm.c
index 5bfc21f28..e3da1d46c 100644
--- a/xc/lib/X11/Xrm.c
+++ b/xc/lib/X11/Xrm.c
@@ -1,4 +1,4 @@
-/* $XConsortium: Xrm.c,v 1.87 94/04/01 12:25:54 rws Exp $ */
+/* $XConsortium: Xrm.c,v 1.88 94/04/17 20:21:54 rws Exp gildea $ */
/***********************************************************
Copyright 1987, 1988, 1990 by Digital Equipment Corporation, Maynard
@@ -63,12 +63,12 @@ from the X Consortium.
#include "XrmI.h"
#include <X11/Xos.h>
-#if __STDC__
+#ifdef __STDC__
#define Const const
#else
#define Const /**/
#endif
-#if __STDC__ && !defined(NORCONST)
+#if defined(__STDC__) && !defined(NORCONST)
#define RConst const
#else
#define RConst /**/
diff --git a/xc/lib/X11/cmsColNm.c b/xc/lib/X11/cmsColNm.c
index bc24dc819..c92c2897a 100644
--- a/xc/lib/X11/cmsColNm.c
+++ b/xc/lib/X11/cmsColNm.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cmsColNm.c,v 1.28 94/03/31 21:50:05 rws Exp converse $" */
+/* $XConsortium: cmsColNm.c,v 1.29 95/03/31 18:18:54 converse Exp gildea $" */
/*
* Code and supporting documentation (c) Copyright 1990 1991 Tektronix, Inc.
@@ -251,7 +251,7 @@ _XcmsParseColorString(ccc, color_string, pColor)
*/
static int
FirstCmp(p1, p2)
-#if __STDC__
+#ifdef __STDC__
const void *p1, *p2;
#else
XcmsPair *p1, *p2;
diff --git a/xc/lib/X11/cmsMath.c b/xc/lib/X11/cmsMath.c
index bc5cc17c6..0c13c3a5b 100644
--- a/xc/lib/X11/cmsMath.c
+++ b/xc/lib/X11/cmsMath.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cmsMath.c,v 1.9 94/01/01 14:53:59 rws Exp $ */
+/* $XConsortium: cmsMath.c,v 1.10 94/04/17 20:21:59 rws Exp gildea $ */
/*
@@ -34,7 +34,7 @@ in this Software without prior written authorization from the X Consortium.
#include "Xlibint.h"
#include "Xcmsint.h"
-#if !defined(X_NOT_STDC_ENV) && (__STDC__ || !(defined(sun) || (defined(sony) && !defined(SYSTYPE_SYSV) && !defined(_SYSTYPE_SYSV))))
+#if !defined(X_NOT_STDC_ENV) && (defined(__STDC__) || !(defined(sun) || (defined(sony) && !defined(SYSTYPE_SYSV) && !defined(_SYSTYPE_SYSV))))
#include <float.h>
#endif
#ifndef DBL_EPSILON
diff --git a/xc/lib/X11/cmsTrig.c b/xc/lib/X11/cmsTrig.c
index 6fc6ab178..4a0f925a1 100644
--- a/xc/lib/X11/cmsTrig.c
+++ b/xc/lib/X11/cmsTrig.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cmsTrig.c,v 1.5 92/11/19 14:59:55 rws Exp $" */
+/* $XConsortium: cmsTrig.c,v 1.6 94/02/10 20:10:00 rws Exp gildea $" */
/*
* Code and supporting documentation (c) Copyright 1990 1991 Tektronix, Inc.
@@ -63,7 +63,7 @@ double _XcmsArcTangent();
* DEFINES
*/
-#if __STDC__
+#ifdef __STDC__
#define Const const
#else
#define Const /**/
diff --git a/xc/lib/X11/evtomask.c b/xc/lib/X11/evtomask.c
index 8c7380e67..375ba6bc3 100644
--- a/xc/lib/X11/evtomask.c
+++ b/xc/lib/X11/evtomask.c
@@ -1,4 +1,4 @@
-/* $XConsortium: evtomask.c,v 1.8 91/02/20 18:49:00 rws Exp $ */
+/* $XConsortium: evtomask.c,v 1.9 94/04/17 20:22:01 rws Exp gildea $ */
/*
Copyright (c) 1987 X Consortium
@@ -28,7 +28,7 @@ in this Software without prior written authorization from the X Consortium.
#include <X11/X.h>
-#if __STDC__
+#ifdef __STDC__
#define Const const
#else
#define Const /**/
diff --git a/xc/lib/X11/globals.c b/xc/lib/X11/globals.c
index 9be2cd236..fc4a25bbd 100644
--- a/xc/lib/X11/globals.c
+++ b/xc/lib/X11/globals.c
@@ -1,4 +1,4 @@
-/* $XConsortium: globals.c,v 1.17 94/03/30 21:59:30 rws Exp $ */
+/* $XConsortium: globals.c,v 1.18 94/04/17 20:22:01 rws Exp gildea $ */
/*
Copyright (c) 1989 X Consortium
@@ -55,7 +55,7 @@ from the X Consortium.
/*
* If we need to define extra variables for each global
*/
-#if (__STDC__ && !defined(UNIXCPP)) || defined(ANSICPP)
+#if (defined(__STDC__) && !defined(UNIXCPP)) || defined(ANSICPP)
#define ZEROINIT(t,var,val) SetZero(t,var,val); \
SetZero (long, _libX_##var##Flag, 0); \
SetZero (void *, _libX_##var##Ptr, NULL)
diff --git a/xc/lib/X11/imCallbk.c b/xc/lib/X11/imCallbk.c
index 51fafade8..933f69f2c 100644
--- a/xc/lib/X11/imCallbk.c
+++ b/xc/lib/X11/imCallbk.c
@@ -1,4 +1,4 @@
-/* $XConsortium: imCallbk.c,v 1.11 95/05/22 19:18:11 kaleb Exp kaleb $ */
+/* $XConsortium: imCallbk.c,v 1.12 95/05/22 19:38:09 kaleb Exp gildea $ */
/***********************************************************************
Copyright 1993 by Digital Equipment Corporation, Maynard, Massachusetts,
Copyright 1994 by FUJITSU LIMITED
@@ -116,12 +116,12 @@ Private XimCbStatus _XimStatusDrawCallback();
Private XimCbStatus _XimPreeditStateNotifyCallback();
#endif /* NeedFunctionPrototypes */
-#if __STDC__
+#ifdef __STDC__
#define Const const
#else
#define Const /**/
#endif
-#if __STDC__ && ((defined(sun) && defined(SVR4)) || defined(WIN32))
+#if defined(__STDC__) && ((defined(sun) && defined(SVR4)) || defined(WIN32))
#define RConst /**/
#else
#define RConst Const
diff --git a/xc/lib/X11/lcWrap.c b/xc/lib/X11/lcWrap.c
index 79b404f4a..55dd21c0e 100644
--- a/xc/lib/X11/lcWrap.c
+++ b/xc/lib/X11/lcWrap.c
@@ -1,4 +1,4 @@
-/* $XConsortium: lcWrap.c,v 11.21 94/09/01 18:40:04 kaleb Exp kaleb $ */
+/* $XConsortium: lcWrap.c,v 11.22 95/05/11 22:16:09 kaleb Exp gildea $ */
/*
Copyright (c) 1991 X Consortium
@@ -65,7 +65,7 @@ from the X Consortium.
#endif
#include <X11/Xutil.h>
-#if __STDC__
+#ifdef __STDC__
#define Const const
#else
#define Const /**/