From 74f651b159c01f57b746154d495a356dfec916dc Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 5 Sep 1999 13:59:06 +0000 Subject: [PATCH] (REP_BYTES_BY_FIRST_BYTE): Moved to mb-1byte.h. (BYTE_ASCII_P): Moved to mb-1byte.h. --- src/buffer.h | 17 ----------------- 1 file changed, 17 deletions(-) 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 */ /************************************************************************/ /* */ -- 1.7.10.4