/[emacs]/emacs/src/charset.h
ViewVC logotype

Diff of /emacs/src/charset.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.65.2.13 by fx, Tue Sep 3 17:28:19 2002 UTC revision 1.65.2.14 by handa, Sat Jan 11 03:38:51 2003 UTC
# Line 421  extern Lisp_Object charset_work; Line 421  extern Lisp_Object charset_work;
421  #define ENCODE_CHAR(charset, c)                                          \  #define ENCODE_CHAR(charset, c)                                          \
422    ((ASCII_CHAR_P (c) && (charset)->ascii_compatible_p)                   \    ((ASCII_CHAR_P (c) && (charset)->ascii_compatible_p)                   \
423     ? (c)                                                                 \     ? (c)                                                                 \
424     : (charset)->unified_p                                                \     : ((charset)->unified_p                                               \
425          || (charset)->method == CHARSET_METHOD_SUBSET                      \
426          || (charset)->method == CHARSET_METHOD_SUPERSET)                   \
427     ? encode_char ((charset), (c))                                        \     ? encode_char ((charset), (c))                                        \
428     : ((c) < (charset)->min_char || (c) > (charset)->max_char)            \     : ((c) < (charset)->min_char || (c) > (charset)->max_char)            \
429     ? (charset)->invalid_code                                             \     ? (charset)->invalid_code                                             \

Legend:
Removed from v.1.65.2.13  
changed lines
  Added in v.1.65.2.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26