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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/charset.h
Date: Thu, 17 Apr 2003 17:55:18 -0400

Index: emacs/src/charset.h
diff -c emacs/src/charset.h:1.73 emacs/src/charset.h:1.74
*** emacs/src/charset.h:1.73    Sat Jan 18 19:12:12 2003
--- emacs/src/charset.h Thu Apr 17 17:55:18 2003
***************
*** 437,443 ****
  #else  /* not BYTE_COMBINING_DEBUG */
  
  #define PARSE_MULTIBYTE_SEQ(str, length, bytes)       \
!   (bytes) = BYTES_BY_CHAR_HEAD ((str)[0])
  
  #endif /* not BYTE_COMBINING_DEBUG */
  
--- 437,443 ----
  #else  /* not BYTE_COMBINING_DEBUG */
  
  #define PARSE_MULTIBYTE_SEQ(str, length, bytes)       \
!   ((void)(length), (bytes) = BYTES_BY_CHAR_HEAD ((str)[0]))
  
  #endif /* not BYTE_COMBINING_DEBUG */
  




reply via email to

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