X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fiso-wide.h;h=b4e9b2ac6eb6c524a6df7e793e1cc1ddc0276368;hb=2de276bef41f9a7144d104579560f6717cbde299;hp=f7d8d87a8adef0fbc0021e2fcf719adf4eeb2272;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git.1 diff --git a/src/iso-wide.h b/src/iso-wide.h index f7d8d87..b4e9b2a 100644 --- a/src/iso-wide.h +++ b/src/iso-wide.h @@ -17,8 +17,8 @@ Boston, MA 02111-1307, USA. */ /* Synched up with: Not in FSF. */ -#ifndef _XEMACS_ISO_WIDE_H -#define _XEMACS_ISO_WIDE_H +#ifndef INCLUDED_iso_wide_h_ +#define INCLUDED_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 @@ Boston, MA 02111-1307, USA. */ #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 /* _XEMACS_ISO_WIDE_H */ +#endif /* INCLUDED_iso_wide_h_ */