X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fxintrinsicp.h;h=41d75f74d603ad710f8cf9114891802214f72277;hb=63a686a3d18465a8c96b8cc4a273c295f8a5a379;hp=2f1caf6b8525fe3f23d2826d96371e71112d6bba;hpb=716cfba952c1dc0d2cf5c968971f3780ba728a89;p=chise%2Fxemacs-chise.git.1 diff --git a/src/xintrinsicp.h b/src/xintrinsicp.h index 2f1caf6..41d75f7 100644 --- a/src/xintrinsicp.h +++ b/src/xintrinsicp.h @@ -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 #include #include /* 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_ */