emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/charset.h


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/charset.h
Date: Mon, 04 Mar 2002 20:01:56 -0500

Index: emacs/src/charset.h
diff -c emacs/src/charset.h:1.64 emacs/src/charset.h:1.65
*** emacs/src/charset.h:1.64    Fri Jul 13 05:30:58 2001
--- emacs/src/charset.h Tue Jan  1 17:12:56 2002
***************
*** 447,453 ****
  
  #define UNIBYTE_STR_AS_MULTIBYTE_P(str, length, bytes)        \
    (((str)[0] < 0x80 || (str)[0] >= 0xA0)              \
!    ? (bytes) = 1                                      \
     : (((bytes) = BYTES_BY_CHAR_HEAD ((str)[0])),      \
        ((bytes) > 1 && (bytes) <= (length)             \
         && (str)[0] != LEADING_CODE_8_BIT_CONTROL      \
--- 447,453 ----
  
  #define UNIBYTE_STR_AS_MULTIBYTE_P(str, length, bytes)        \
    (((str)[0] < 0x80 || (str)[0] >= 0xA0)              \
!    ? ((bytes) = 1)                                    \
     : (((bytes) = BYTES_BY_CHAR_HEAD ((str)[0])),      \
        ((bytes) > 1 && (bytes) <= (length)             \
         && (str)[0] != LEADING_CODE_8_BIT_CONTROL      \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]