diff src/mule-ccl.c @ 4150:76737c305982

[xemacs-hg @ 2007-08-28 09:49:36 by aidan] Revert the last change to mule-ccl.c, on Steve Baur's objection.
author aidan
date Tue, 28 Aug 2007 09:49:40 +0000
parents ac5a714be3a2
children 6438d53aabcf
line wrap: on
line diff
--- a/src/mule-ccl.c	Mon Aug 27 21:51:09 2007 +0000
+++ b/src/mule-ccl.c	Tue Aug 28 09:49:40 2007 +0000
@@ -1578,7 +1578,7 @@
 		Lisp_Object map, content, attrib, value;
 		int point, size, fin_ic;
 
-		j = XCHAR_OR_INT (ccl_prog[ic]); ic++; /* number of maps. */
+		j = XCHAR_OR_INT (ccl_prog[ic++]); /* number of maps. */
 		fin_ic = ic + j;
 		op = reg[rrr];
 		if ((j > reg[RRR]) && (j >= 0))
@@ -1693,7 +1693,7 @@
 		stack_idx_of_map_multiple = 0;
 
 		map_set_rest_length =
-		  XCHAR_OR_INT (ccl_prog[ic]); ic++; /* number of maps and separators. */
+		  XCHAR_OR_INT (ccl_prog[ic++]); /* number of maps and separators. */
 		fin_ic = ic + map_set_rest_length;
 		op = reg[rrr];
 
@@ -1880,7 +1880,7 @@
 	      {
 		Lisp_Object map, attrib, value, content;
 		int size, point;
-		j = XCHAR_OR_INT (ccl_prog[ic]); ic++;/* map_id */
+		j = XCHAR_OR_INT (ccl_prog[ic++]); /* map_id */
 		op = reg[rrr];
 		if (j >= XVECTOR (Vcode_conversion_map_vector)->size)
 		  {