X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/09d9db2c4921cb2eb0974892164dd03d6bffdd80..3c3a05dfb70656c56f60666a8c32a28d85f072fb:/src/ccl.h diff --git a/src/ccl.h b/src/ccl.h index 8c1f5e5cbd..e86154352a 100644 --- a/src/ccl.h +++ b/src/ccl.h @@ -96,19 +96,9 @@ struct ccl_spec { execution of ccl program CCL_PROG (symbol or vector). */ extern int setup_ccl_program (struct ccl_program *, Lisp_Object); -/* Check if CCL is updated or not. If not, re-setup members of CCL. */ -extern int check_ccl_update (struct ccl_program *); - extern void ccl_driver (struct ccl_program *, int *, int *, int, int, Lisp_Object); -/* Vector of CCL program names vs corresponding program data. */ -extern Lisp_Object Vccl_program_table; - -/* Symbols of ccl program have this property, a value of the property - is an index for Vccl_protram_table. */ -extern Lisp_Object Qccl_program_idx; - extern Lisp_Object Qccl, Qcclp; EXFUN (Fccl_program_p, 1); @@ -120,4 +110,3 @@ EXFUN (Fccl_program_p, 1); } while (0); #endif /* EMACS_CCL_H */ -