]> git.eshelyaron.com Git - emacs.git/commitdiff
(setup_ccl_program): The type is changed to `int'.
authorKenichi Handa <handa@m17n.org>
Mon, 26 Jul 1999 11:55:53 +0000 (11:55 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 26 Jul 1999 11:55:53 +0000 (11:55 +0000)
src/ccl.h

index 0a784448f029bc6729ebde774e9344a6c49626db..b0c9f20e8a3986dbfa702caa47034c5c67f44aae 100644 (file)
--- a/src/ccl.h
+++ b/src/ccl.h
@@ -68,8 +68,8 @@ struct ccl_spec {
 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 *));