Mercurial > hg > xemacs-beta
diff src/iso-wide.h @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | 74fd4e045ea6 |
children |
line wrap: on
line diff
--- a/src/iso-wide.h Mon Aug 13 11:19:22 2007 +0200 +++ b/src/iso-wide.h Mon Aug 13 11:20:41 2007 +0200 @@ -17,8 +17,8 @@ /* Synched up with: Not in FSF. */ -#ifndef INCLUDED_iso_wide_h_ -#define INCLUDED_iso_wide_h_ +#ifndef _XEMACS_ISO_WIDE_H +#define _XEMACS_ISO_WIDE_H /* The following macros are designed for SunOS 5.0 wide characters, in which the single byte ISO Latin-1 character 1xxxxxxx are represented @@ -46,4 +46,4 @@ #define WIDE_TO_BYTE(c) (IS_ISO_WIDE (c) ? ISO_WIDE_TO_BYTE (c) : (c)) #define BYTE_TO_WIDE(c) (IS_ISO_BYTE (c) ? ISO_BYTE_TO_WIDE (c) : (c)) -#endif /* INCLUDED_iso_wide_h_ */ +#endif /* _XEMACS_ISO_WIDE_H */