diff src/coding.c @ 21067:926174c7283a

(code_convert_region): Fix previous change.
author Kenichi Handa <handa@m17n.org>
date Wed, 04 Mar 1998 08:05:14 +0000
parents 839b22ad1e42
children 75c6408013e5
line wrap: on
line diff
--- a/src/coding.c	Wed Mar 04 07:42:24 1998 +0000
+++ b/src/coding.c	Wed Mar 04 08:05:14 1998 +0000
@@ -4258,9 +4258,9 @@
 		 that, we increase byte positions of position keepers
 		 whose char positions are GPT.  */
 	      int byte_increase;
+	      Lisp_Object tail;
+
 	      p1 = GPT_ADDR + 2, pmax = p0 + 1 + inserted_byte;
-	      Lisp_Object tail;
-
 	      while (! CHAR_HEAD_P (*p1) && p1 < pmax) p1++;
 	      /* Now, codes from P0 to P1 constitute a single
                  multibyte character.  */