comparison src/xintrinsic.h @ 392:1f50e6fe4f3f r21-2-11

Import from CVS: tag r21-2-11
author cvs
date Mon, 13 Aug 2007 11:10:50 +0200
parents cc15677e0335
children 74fd4e045ea6
comparison
equal deleted inserted replaced
391:e50d8e68d7a5 392:1f50e6fe4f3f
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