Mercurial > hg > xemacs-beta
diff src/xintrinsic.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 376386a54a3c |
children | abe6d1db359e |
line wrap: on
line diff
--- a/src/xintrinsic.h Mon Aug 13 11:32:27 2007 +0200 +++ b/src/xintrinsic.h Mon Aug 13 11:33:38 2007 +0200 @@ -19,6 +19,9 @@ /* Synched up with: Not in FSF. */ +#ifndef INCLUDED_xintrinsic_h_ +#define INCLUDED_xintrinsic_h_ + #undef CONST /* X11R4 header thinks it can define CONST */ #include <X11/Intrinsic.h> @@ -28,3 +31,5 @@ #else # define CONST const #endif + +#endif /* INCLUDED_xintrinsic_h_ */