Include "character.h".
authorKenichi Handa <handa@m17n.org>
Fri, 1 Mar 2002 01:14:09 +0000 (01:14 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 1 Mar 2002 01:14:09 +0000 (01:14 +0000)
commitc10842eac7ff3e4a2fbba83a1dc1fe0f2a01f1ae
tree90fb32c4466bfe0ce08b6d29daa7ca5cb3c5d026
parent2eca16e6a107e7ebae28980fdddca5f8347b1240
Include "character.h".
(Qccl, Qcclp): New variables.
(CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
it's less than 256.
(CCL_WRITE_MULTIBYTE_CHAR): Deleted.
(CCL_WRITE_STRING, CCL_READ_CHAR): Adjusted for the change of SRC
and DST type.
(ccl_driver): Types of arguments changed.  Code adjusted for that.
(Fccl_execute, Fccl_execute_on_string): Adjusted for the change of
ccl_driver.
(syms_of_ccl): Intern and staticpro Qccl and Qcclp.
src/ccl.c