comparison src/xintrinsic.h @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 4f79e16b1112
children 1f50e6fe4f3f
comparison
equal deleted inserted replaced
370:bd866891f083 371:cc15677e0335
21 21
22 #undef CONST /* X11R4 header thinks it can define CONST */ 22 #undef CONST /* X11R4 header thinks it can define CONST */
23 23
24 #include <X11/Intrinsic.h> 24 #include <X11/Intrinsic.h>
25 25
26 #ifdef CONST_IS_LOSING 26 #define CONST const
27 # define CONST
28 #else
29 # define CONST const
30 #endif