(REP_BYTES_BY_FIRST_BYTE): Moved to mb-1byte.h.
authortomo <tomo>
Sun, 5 Sep 1999 13:59:06 +0000 (13:59 +0000)
committertomo <tomo>
Sun, 5 Sep 1999 13:59:06 +0000 (13:59 +0000)
(BYTE_ASCII_P): Moved to mb-1byte.h.

src/buffer.h

index f27c0bb..e3830ce 100644 (file)
@@ -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)
 
-
-\f
-/************************************************************************/
-/*                                                                      */
-/*                          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 */
 \f
 /************************************************************************/
 /*                                                                      */