]> git.eshelyaron.com Git - emacs.git/commit
Now an element of Vccl_program_table is a vector of
authorKenichi Handa <handa@m17n.org>
Fri, 27 May 2005 11:27:50 +0000 (11:27 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 27 May 2005 11:27:50 +0000 (11:27 +0000)
commit2a69c66e3ab906db41a40bbe452db563335cb6ab
tree8e3273c0604ce619caaf328320be65dab89832a7
parent968786fd0ed183f9d8d651e740822c021a1e96ec
Now an element of Vccl_program_table is a vector of
length 4, not 3.
(ccl_get_compiled_code): New arg idx.  Caller changed.  Adjusted
for the change of Vccl_program_table.
(setup_ccl_program): Adjusted for the change of
Vccl_program_table.
(check_ccl_update): New function.
(Fregister_ccl_program): Use ASET to set an element of a vector.
Adjusted for the change of Vccl_program_table.
src/ccl.c