(BUFBYTE_FIRST_BYTE_P): Moved to mb-utf-8.h.
authortomo <tomo>
Thu, 2 Sep 1999 18:32:57 +0000 (18:32 +0000)
committertomo <tomo>
Thu, 2 Sep 1999 18:32:57 +0000 (18:32 +0000)
src/character.h

index e2b4591..2c5aaa9 100644 (file)
@@ -167,20 +167,6 @@ typedef int Charset_ID;
 
 \f
 /************************************************************************/
-/*                     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);
-}
-
-\f
-/************************************************************************/
 /*            Information about a particular character set              */
 /************************************************************************/