X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fmb-utf-8.h;h=73d845489419c09626e4c9d3627aa58c81162ed0;hb=31eb75b2728471e4dd5200b85bd1f1aa226c5b73;hp=2524e492746766309caaa5daf89128248939a0ee;hpb=c12e4565febaec653c6a23a96ee6fd7512836801;p=chise%2Fxemacs-chise.git 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 */