From 0a7e8462acb4861fe3fc2193319cec3552ea1c2f Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 2 Sep 1999 18:32:57 +0000 Subject: [PATCH] (BUFBYTE_FIRST_BYTE_P): Moved to mb-utf-8.h. --- src/character.h | 14 -------------- 1 file changed, 14 deletions(-) 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 */ /************************************************************************/ -- 1.7.10.4