(CHAR_ASCII_P): Moved to char-ucs.h.
authortomo <tomo>
Thu, 2 Sep 1999 21:52:22 +0000 (21:52 +0000)
committertomo <tomo>
Thu, 2 Sep 1999 21:52:22 +0000 (21:52 +0000)
src/mb-utf-8.h

index 2524e49..73d8454 100644 (file)
@@ -46,6 +46,4 @@ BUFBYTE_FIRST_BYTE_P(Bufbyte c)
 
 #define CHAR_MULTIBYTE_P(c) ((c) >= 0x80)
 
-#define CHAR_ASCII_P(c) (!CHAR_MULTIBYTE_P (c))
-
 #endif /* _XEMACS_MB_UTF_8_H */