(struct decoding_stream): Use COS_object instead of Lisp_Object for
authorMORIOKA Tomohiko <tomo.git@chise.org>
Wed, 1 May 2013 08:38:27 +0000 (17:38 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Wed, 1 May 2013 08:38:27 +0000 (17:38 +0900)
commit0807122bc4f4412f762f187e2fdac8c197928015
tree47d5dcb9e031c76357420f9835bc5b82a11b6771
parent2386aefe41ed1e0e5a0eb8470b3271489a3d755d
(struct decoding_stream): Use COS_object instead of Lisp_Object for
`combining_table' if HAVE_LIBCHISE is defined.
(reset_decoding_stream): Likewise.
(COMPOSE_FLUSH_CHARS): Likewise.
(concord_setup_env_maybe): New function.
(COMPOSE_ADD_CHAR): Use COS API for `str->combining_table' if
HAVE_LIBCHISE is defined.
src/text-coding.c