Mercurial > emacs
diff src/coding.c @ 88123:375f2633d815
New directory
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Mon, 08 Sep 2003 11:56:09 +0000 |
| parents | 695cf19ef79e |
| children | 2f877ed80fa6 |
line wrap: on
line diff
--- a/src/coding.c Thu Sep 04 04:00:49 2003 +0000 +++ b/src/coding.c Mon Sep 08 11:56:09 2003 +0000 @@ -1823,7 +1823,7 @@ while (1) { - int c1, c2 = 0; + int c1, c2; src_base = src; ONE_MORE_BYTE (c1); @@ -3050,7 +3050,7 @@ coding->produced_char = 0; while (1) { - int c, charset, c1, c2 = 0; + int c, charset, c1, c2; src_base = src; ONE_MORE_BYTE (c1); @@ -7881,5 +7881,3 @@ #endif /* emacs */ -/* arch-tag: 3a3a2b01-5ff6-4071-9afe-f5b808d9229d - (do not change this comment) */
