From 9d5e656543284f11a8cfedf70a84219ef05993b6 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 5 Sep 1999 13:59:59 +0000 Subject: [PATCH] (BYTE_ASCII_P): Moved from buffer.h. (REP_BYTES_BY_FIRST_BYTE): Likewise. --- src/mb-1byte.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/mb-1byte.h b/src/mb-1byte.h index 44e9b19..82b84ed 100644 --- a/src/mb-1byte.h +++ b/src/mb-1byte.h @@ -27,6 +27,24 @@ Boston, MA 02111-1307, USA. */ /* Maximum number of buffer bytes per Emacs character. */ # define MAX_EMCHAR_LEN 1 +/************************************************************************/ +/* Operations on individual bytes */ +/* of any format */ +/************************************************************************/ + +/* Argument `c' should be (unsigned int) or (unsigned char). */ +/* Note that SP and DEL are not included. */ + +#define BYTE_ASCII_P(byte) 1 + + +/************************************************************************/ +/* Dealing with characters */ +/************************************************************************/ + +#define REP_BYTES_BY_FIRST_BYTE(fb) 1 + + /* ---------------------------------------------------------------------- */ /* (A) For working with charptr's (pointers to internally-formatted text) */ /* ---------------------------------------------------------------------- */ -- 1.7.10.4