From: tomo Date: Thu, 2 Sep 1999 18:32:57 +0000 (+0000) Subject: (BUFBYTE_FIRST_BYTE_P): Moved to mb-utf-8.h. X-Git-Tag: r21-2-19-utf-2000-0_6-0~42 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0a7e8462acb4861fe3fc2193319cec3552ea1c2f;p=chise%2Fxemacs-chise.git- (BUFBYTE_FIRST_BYTE_P): Moved to mb-utf-8.h. --- diff --git a/src/character.h b/src/character.h index e2b4591..2c5aaa9 100644 --- a/src/character.h +++ b/src/character.h @@ -167,20 +167,6 @@ typedef int Charset_ID; /************************************************************************/ -/* Operations on individual bytes */ -/* in a Mule-formatted string */ -/************************************************************************/ - -/* Does this byte represent the first byte of a character? */ - -INLINE int -BUFBYTE_FIRST_BYTE_P(Bufbyte c) -{ - return (c <= 0x7f) || (0xc0 <= c); -} - - -/************************************************************************/ /* Information about a particular character set */ /************************************************************************/