* coding.c (Fdefine_coding_system_internal): Don't redeclare 'i' inside
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2011 04:37:19 +0000 (20:37 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2011 04:37:19 +0000 (20:37 -0800)
commit2735d0606bd871584b2e6343f3dce4c1a155b296
treee9068d2b26d01760d14b97c0fe28f3cbca7886d5
parentf38b440c4b40777c25631323f2501ffb5ba98251
* coding.c (Fdefine_coding_system_internal): Don't redeclare 'i' inside

a block, when the outer 'i' will do.
(decode_coding_utf_8, decode_coding_utf_16, detect_coding_emacs_mule):
(emacs_mule_char, decode_coding_emacs_mule, detect_coding_iso_2022):
(decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5):
(decode_coding_raw_text, decode_coding_charset, get_translation_table):
(Fdecode_sjis_char, Fdefine_coding_system_internal):
Rename locals to avoid shadowing.
* character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
src/ChangeLog
src/character.h
src/coding.c