Mercurial > hg > xemacs-beta
diff src/mule-ccl.c @ 249:83b3d10dcba9 r20-5b23
Import from CVS: tag r20-5b23
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:19:09 +0200 |
parents | f220cc83d72e |
children | 677f6a0ee643 |
line wrap: on
line diff
--- a/src/mule-ccl.c Mon Aug 13 10:18:22 2007 +0200 +++ b/src/mule-ccl.c Mon Aug 13 10:19:09 2007 +0200 @@ -530,10 +530,11 @@ { int *reg = ccl->reg; int ic = ccl->ic; - int code, field1, field2; + int code = -1; /* init to illegal value, */ + int field1, field2; Lisp_Object *ccl_prog = ccl->prog; unsigned char *src = source, *src_end = src + src_bytes; - int jump_address; + int jump_address = 0; /* shut up the compiler */ int i, j, op; int stack_idx = 0; /* For the moment, we only support depth 256 of stack. */