# HG changeset patch # User Kenichi Handa # Date 932990153 0 # Node ID 6f92f7a071c97e1e836f030048710d08f1da4a22 # Parent 206f04753cc11281833069901ca892788794ccd1 (setup_ccl_program): The type is changed to `int'. diff -r 206f04753cc1 -r 6f92f7a071c9 src/ccl.h --- 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 *));