X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fmb-1byte.h;h=82b84ed6a7b97c144acabb756e7edcaa64279c5a;hb=f8c889244f022ae695ea8dc67267499286921903;hp=44e9b196e2434e7c686366ad99fc992e07b8d736;hpb=97db4061be5b7d6788a853fb737da060625bf804;p=chise%2Fxemacs-chise.git- 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) */ /* ---------------------------------------------------------------------- */