(readchar): Adjusted for the change of CHAR_STRING.
authorKenichi Handa <handa@m17n.org>
Wed, 15 Dec 1999 00:17:03 +0000 (00:17 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 15 Dec 1999 00:17:03 +0000 (00:17 +0000)
commit449fea39770775819ba99eafc124ceeb97a280e2
tree07639bbde3b8e61bdf193091b35b7deb5f8fc268
parent19481752625b2bfbc6442c701eb58750c03d1f4e
(readchar): Adjusted for the change of CHAR_STRING.
Delete a code that handles an invalid too-long multibyte sequence
because we are now sure that we never encounter with such a
sequence.
(read_multibyte): Use macro MAX_MULTIBYTE_LENGTH, not
MAX_LENGTH_OF_MULTI_BYTE_FORM.
(init_obarray): Likewise.
(read1): Likewise.  Adjusted for the change of CHAR_STRING.
src/lread.c