From: tomo Date: Sun, 5 Sep 1999 13:59:06 +0000 (+0000) Subject: (REP_BYTES_BY_FIRST_BYTE): Moved to mb-1byte.h. X-Git-Tag: r21-2-19-utf-2000-0_6-0~10 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=74f651b159c01f57b746154d495a356dfec916dc;p=chise%2Fxemacs-chise.git (REP_BYTES_BY_FIRST_BYTE): Moved to mb-1byte.h. (BYTE_ASCII_P): Moved to mb-1byte.h. --- diff --git a/src/buffer.h b/src/buffer.h index f27c0bb..e3830ce 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -1046,23 +1046,6 @@ Bufbyte *convert_from_external_format (CONST Extbyte *ptr, #define GET_C_STRING_CTEXT_DATA_ALLOCA(s, ptr_out) \ GET_C_STRING_EXT_DATA_ALLOCA (s, FORMAT_CTEXT, ptr_out) - - -/************************************************************************/ -/* */ -/* fake charset functions */ -/* */ -/************************************************************************/ - -/* used when MULE is not defined, so that Charset-type stuff can still - be done */ - -#ifndef MULE - -#define REP_BYTES_BY_FIRST_BYTE(fb) 1 -#define BYTE_ASCII_P(byte) 1 - -#endif /* ! MULE */ /************************************************************************/ /* */