diff src/file-coding.h @ 261:405dd6d1825b r20-5b29

Import from CVS: tag r20-5b29
author cvs
date Mon, 13 Aug 2007 10:23:51 +0200
parents 11cf20601dec
children 727739f917cb
line wrap: on
line diff
--- a/src/file-coding.h	Mon Aug 13 10:23:05 2007 +0200
+++ b/src/file-coding.h	Mon Aug 13 10:23:51 2007 +0200
@@ -372,6 +372,7 @@
 /* For detecting the encoding of text */
 enum coding_category_type
 {
+#ifdef MULE
   CODING_CATEGORY_SHIFT_JIS,
   CODING_CATEGORY_ISO_7, /* ISO2022 system using only seven-bit bytes,
 			    no locking shift */
@@ -386,6 +387,7 @@
 			      two-dimension characters in the upper half. */
   CODING_CATEGORY_ISO_LOCK_SHIFT, /* ISO2022 system using locking shift */
   CODING_CATEGORY_BIG5,
+#endif /* MULE */
   CODING_CATEGORY_NO_CONVERSION
 };