summaryrefslogtreecommitdiff
path: root/src/xcms/XRGB.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xcms/XRGB.c')
-rw-r--r--src/xcms/XRGB.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/xcms/XRGB.c b/src/xcms/XRGB.c
index 7e5b7f84..c4985a3a 100644
--- a/src/xcms/XRGB.c
+++ b/src/xcms/XRGB.c
@@ -33,21 +33,16 @@
*
*
*/
+/* $XFree86: xc/lib/X11/XRGB.c,v 3.3 2001/07/29 05:01:11 tsi Exp $ */
#include "Xlibint.h"
#include "Xcmsint.h"
-#ifdef __STDC__
-#define Const const
-#else
-#define Const /**/
-#endif
-
/*
* LOCAL VARIABLES
*/
-static unsigned short Const MASK[17] = {
+static unsigned short const MASK[17] = {
0x0000, /* 0 bitsPerRGB */
0x8000, /* 1 bitsPerRGB */
0xc000, /* 2 bitsPerRGB */