Mercurial > emacs
diff src/ccl.h @ 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 | 46d2dc61ec31 |
children | 2d148b8db59b |
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 *));