]> git.eshelyaron.com Git - emacs.git/commit
(ccl_driver) <CCL_Call>: Now CCL program ID to call may be
authorKenichi Handa <handa@m17n.org>
Mon, 26 Jul 1999 11:56:28 +0000 (11:56 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 26 Jul 1999 11:56:28 +0000 (11:56 +0000)
commit5232fa7b78a4a7bcce1c23b449d992ba7e34586e
tree82e6f8a77e4dd2bbccb607def68ca9e2857ca5b5
parente5e6d6fbaf49a42731abdcfb7e777e20ab8e8c0c
(ccl_driver) <CCL_Call>: Now CCL program ID to call may be
stored in the following CCL code.  Adjusted for the change of
Vccl_program_table.
(resolve_symbol_ccl_program): Adjusted for the new style of
embedded symbols (SYMBOL . PROP) in CCL compiled code.   Return Qt
is resolving failed.
(ccl_get_compiled_code): New function.
(setup_ccl_program): Function type changed from `void' to `int'.
Resolve symbols in CCL_PROG.
(Fccl_program_p): New function.
(Fccl_execute): Get compiled CCL code by just calling
setup_ccl_program.
(Fccl_execute_on_string): Likewise.
(Fregister_ccl_program): Adjusted for the change of
Vccl_program_table.
src/ccl.c