X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmule%2Fmule-ccl.c;h=a1587764a416a8cb0776f0cca87db94d7d8d021d;hb=684ef72bbf5b2c4723ff5a5ee954a21041c360b2;hp=99c8942c3d937f21187b9c3c3fbef441f3699485;hpb=ef802d6a7aa8e1d29357bd41326c2f1db957739d;p=sxemacs diff --git a/src/mule/mule-ccl.c b/src/mule/mule-ccl.c index 99c8942..a158776 100644 --- a/src/mule/mule-ccl.c +++ b/src/mule/mule-ccl.c @@ -95,7 +95,7 @@ Lisp_Object Vccl_program_table; cccccccccccccccccccc rrr XXXXX or |------------- constant or other args ----------------| - cccccccccccccccccccccccccccc + cccccccccccccccccccccccccccc where, `cc...c' is a non-negative integer indicating constant value (the left most `c' is always 0) or an absolute jump address, `RRR' @@ -674,8 +674,8 @@ static int stack_idx_of_map_multiple; r[7] = LOWER_BYTE (SJIS (Y, Z) */ /* Terminate CCL program successfully. */ -#define CCL_SUCCESS \ - do { \ +#define CCL_SUCCESS \ + do { \ ccl->status = CCL_STAT_SUCCESS; \ /* The "if (1)" inhibits the warning \ "end-of loop code not reached" */ \ @@ -696,8 +696,8 @@ static int stack_idx_of_map_multiple; /* Terminate CCL program because of invalid command. Should not occur in the normal case. */ -#define CCL_INVALID_CMD \ - do { \ +#define CCL_INVALID_CMD \ + do { \ ccl->status = CCL_STAT_INVALID_CMD; \ /* The "if (1)" inhibits the warning \ "end-of loop code not reached" */ \