diff src/iso-wide.h @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents 376386a54a3c
children 697ef44129c6
line wrap: on
line diff
--- a/src/iso-wide.h	Mon Aug 13 11:12:06 2007 +0200
+++ b/src/iso-wide.h	Mon Aug 13 11:13:30 2007 +0200
@@ -17,8 +17,8 @@
 
 /* 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 @@
 #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_ */