comparison src/xintrinsic.h @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents 1f50e6fe4f3f
children 697ef44129c6
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
17 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 17 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA. */ 18 Boston, MA 02111-1307, USA. */
19 19
20 /* Synched up with: Not in FSF. */ 20 /* Synched up with: Not in FSF. */
21 21
22 #undef CONST /* X11R4 header thinks it can define CONST */ 22 #ifndef INCLUDED_xintrinsic_h_
23 #define INCLUDED_xintrinsic_h_
23 24
24 #include <X11/Intrinsic.h> 25 #include <X11/Intrinsic.h>
25 26
26 #ifdef CONST_IS_LOSING 27 #endif /* INCLUDED_xintrinsic_h_ */
27 # define CONST
28 #else
29 # define CONST const
30 #endif