Mercurial > hg > xemacs-beta
diff src/mule-ccl.c @ 243:f220cc83d72e r20-5b20
Import from CVS: tag r20-5b20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:17:07 +0200 |
parents | f955c73f5258 |
children | 83b3d10dcba9 |
line wrap: on
line diff
--- a/src/mule-ccl.c Mon Aug 13 10:16:17 2007 +0200 +++ b/src/mule-ccl.c Mon Aug 13 10:17:07 2007 +0200 @@ -931,9 +931,7 @@ /* Setup fields of the structure pointed by CCL appropriately for the execution of compiled CCL code in VEC (vector of integer). */ void -setup_ccl_program (ccl, vec) - struct ccl_program *ccl; - Lisp_Object vec; +setup_ccl_program (struct ccl_program *ccl, Lisp_Object vec) { int i;