diff src/ccl.c @ 17828:db443ea8cb36

(struct ccl_prog_stack): Declear the member ccl_prog as Lisp_Object *
author Kenichi Handa <handa@m17n.org>
date Fri, 16 May 1997 00:43:09 +0000
parents 25d58ba29c1b
children 33e78cc7f058
line wrap: on
line diff
--- a/src/ccl.c	Fri May 16 00:43:08 1997 +0000
+++ b/src/ccl.c	Fri May 16 00:43:09 1997 +0000
@@ -528,7 +528,7 @@
 
 struct ccl_prog_stack
   {
-    int *ccl_prog;		/* Pointer to an array of CCL code.  */
+    Lisp_Object *ccl_prog;	/* Pointer to an array of CCL code.  */
     int ic;			/* Instruction Counter.  */
   };