X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fxintrinsicp.h;h=41d75f74d603ad710f8cf9114891802214f72277;hp=b669f7e23c63d81527f04ad6f6842592f3d84f2b;hb=7b241b273a632ab80d7c620b5add28d5f11b0fd3;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910 diff --git a/src/xintrinsicp.h b/src/xintrinsicp.h index b669f7e..41d75f7 100644 --- a/src/xintrinsicp.h +++ b/src/xintrinsicp.h @@ -19,14 +19,15 @@ Boston, MA 02111-1307, USA. */ /* Synched up with: Not in FSF. */ -#undef CONST /* X11R4 header thinks it can define CONST */ +#ifndef INCLUDED_xintrinsicp_h_ +#define INCLUDED_xintrinsicp_h_ #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_ */