Mercurial > emacs
changeset 50628:37a13dfcd8c2
(PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 17 Apr 2003 21:55:18 +0000 |
parents | 4135e9f40991 |
children | 36d13cf0f114 |
files | src/charset.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/charset.h Thu Apr 17 21:52:01 2003 +0000 +++ b/src/charset.h Thu Apr 17 21:55:18 2003 +0000 @@ -437,7 +437,7 @@ #else /* not BYTE_COMBINING_DEBUG */ #define PARSE_MULTIBYTE_SEQ(str, length, bytes) \ - (bytes) = BYTES_BY_CHAR_HEAD ((str)[0]) + ((void)(length), (bytes) = BYTES_BY_CHAR_HEAD ((str)[0])) #endif /* not BYTE_COMBINING_DEBUG */