From: tomo Date: Sun, 5 Sep 1999 13:59:59 +0000 (+0000) Subject: (BYTE_ASCII_P): Moved from buffer.h. X-Git-Tag: r21-2-19-utf-2000-0_6-0~9 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9d5e656543284f11a8cfedf70a84219ef05993b6;p=chise%2Fxemacs-chise.git.1 (BYTE_ASCII_P): Moved from buffer.h. (REP_BYTES_BY_FIRST_BYTE): Likewise. --- 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) */ /* ---------------------------------------------------------------------- */