summaryrefslogtreecommitdiff
path: root/xc/lib/X11/CrGC.c
diff options
context:
space:
mode:
Diffstat (limited to 'xc/lib/X11/CrGC.c')
-rw-r--r--xc/lib/X11/CrGC.c4
1 files changed, 2 insertions, 2 deletions
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 /**/