comparison src/xintrinsic.h @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 376386a54a3c
children 4f79e16b1112
comparison
equal deleted inserted replaced
271:c7b7086b0a39 272:c5d627a313b1
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