update.
[chise/xemacs-chise.git.1] / src / xintrinsicp.h
index 2f1caf6..41d75f7 100644 (file)
@@ -22,16 +22,12 @@ Boston, MA 02111-1307, USA.  */
 #ifndef INCLUDED_xintrinsicp_h_
 #define INCLUDED_xintrinsicp_h_
 
-#undef CONST                    /* X11R4 header thinks it can define CONST */
-
 #include <X11/Intrinsic.h>
 #include <X11/IntrinsicP.h>
 #include <X11/ObjectP.h>     /* apparently some IntrinsicP.h don't have this */
 
-#ifdef CONST_IS_LOSING
-# define CONST
-#else
-# define CONST const
+#ifndef XtExposeNoRegion
+#define XtExposeNoRegion 0
 #endif
 
 #endif /* INCLUDED_xintrinsicp_h_ */