/[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.73 by monnier, Sun Jan 19 00:12:12 2003 UTC revision 1.74 by monnier, Thu Apr 17 21:55:18 2003 UTC
# Line 437  extern int width_by_char_head[256]; Line 437  extern int width_by_char_head[256];
437  #else  /* not BYTE_COMBINING_DEBUG */  #else  /* not BYTE_COMBINING_DEBUG */
438    
439  #define PARSE_MULTIBYTE_SEQ(str, length, bytes) \  #define PARSE_MULTIBYTE_SEQ(str, length, bytes) \
440    (bytes) = BYTES_BY_CHAR_HEAD ((str)[0])    ((void)(length), (bytes) = BYTES_BY_CHAR_HEAD ((str)[0]))
441    
442  #endif /* not BYTE_COMBINING_DEBUG */  #endif /* not BYTE_COMBINING_DEBUG */
443    

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

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