From: tomo Date: Thu, 2 Sep 1999 21:52:22 +0000 (+0000) Subject: (CHAR_ASCII_P): Moved to char-ucs.h. X-Git-Tag: r21-2-19-utf-2000-0_6-0~33 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=31eb75b2728471e4dd5200b85bd1f1aa226c5b73;hp=c12e4565febaec653c6a23a96ee6fd7512836801;p=chise%2Fxemacs-chise.git (CHAR_ASCII_P): Moved to char-ucs.h. --- diff --git a/src/mb-utf-8.h b/src/mb-utf-8.h index 2524e49..73d8454 100644 --- a/src/mb-utf-8.h +++ b/src/mb-utf-8.h @@ -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 */