changeset 25065:6f92f7a071c9

(setup_ccl_program): The type is changed to `int'.
author Kenichi Handa <handa@m17n.org>
date Mon, 26 Jul 1999 11:55:53 +0000
parents 206f04753cc1
children 8b8e54912f5c
files src/ccl.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ccl.h	Mon Jul 26 11:54:24 1999 +0000
+++ b/src/ccl.h	Mon Jul 26 11:55:53 1999 +0000
@@ -68,8 +68,8 @@
 extern Lisp_Object Vfont_ccl_encoder_alist;
 
 /* Setup fields of the structure pointed by CCL appropriately for the
-   execution of compiled CCL code in VEC (vector of integer).  */
-extern void setup_ccl_program P_ ((struct ccl_program *, Lisp_Object));
+   execution of ccl program CCL_PROG (symbol or vector).  */
+extern int setup_ccl_program P_ ((struct ccl_program *, Lisp_Object));
 
 extern int ccl_driver P_ ((struct ccl_program *, unsigned char *,
 			   unsigned char *, int, int, int *));