diff options
| author | Kenichi Handa | 1999-07-26 11:55:53 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1999-07-26 11:55:53 +0000 |
| commit | e5e6d6fbaf49a42731abdcfb7e777e20ab8e8c0c (patch) | |
| tree | 7dec1f71954c28082cc550dd73e5aaa651cf8bef /src | |
| parent | 982d26735ad240221b2d36af7a1ab5a3245daf36 (diff) | |
| download | emacs-e5e6d6fbaf49a42731abdcfb7e777e20ab8e8c0c.tar.gz emacs-e5e6d6fbaf49a42731abdcfb7e777e20ab8e8c0c.zip | |
(setup_ccl_program): The type is changed to `int'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ccl.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -68,8 +68,8 @@ struct ccl_spec { | |||
| 68 | extern Lisp_Object Vfont_ccl_encoder_alist; | 68 | extern Lisp_Object Vfont_ccl_encoder_alist; |
| 69 | 69 | ||
| 70 | /* Setup fields of the structure pointed by CCL appropriately for the | 70 | /* Setup fields of the structure pointed by CCL appropriately for the |
| 71 | execution of compiled CCL code in VEC (vector of integer). */ | 71 | execution of ccl program CCL_PROG (symbol or vector). */ |
| 72 | extern void setup_ccl_program P_ ((struct ccl_program *, Lisp_Object)); | 72 | extern int setup_ccl_program P_ ((struct ccl_program *, Lisp_Object)); |
| 73 | 73 | ||
| 74 | extern int ccl_driver P_ ((struct ccl_program *, unsigned char *, | 74 | extern int ccl_driver P_ ((struct ccl_program *, unsigned char *, |
| 75 | unsigned char *, int, int, int *)); | 75 | unsigned char *, int, int, int *)); |