comparison src/xintrinsic.h @ 333:4f79e16b1112 r21-0-64

Import from CVS: tag r21-0-64
author cvs
date Mon, 13 Aug 2007 10:49:50 +0200
parents c5d627a313b1
children cc15677e0335
comparison
equal deleted inserted replaced
332:bb75ebac9531 333:4f79e16b1112
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 #define CONST const 26 #ifdef CONST_IS_LOSING
27 # define CONST
28 #else
29 # define CONST const
30 #endif