* mbchar.c (literal_codeset, local_mbtowc, local_mblen): Constify
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Oct 1999 16:21:34 +0000 (16:21 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Oct 1999 16:21:34 +0000 (16:21 +0000)
commit2688b59162db4b45c5c4953be84c9e1d62b0fd4a
treec4e09005c1e1506838b18bc5bde1279009298f56
parent16cb20ebad3a2c0da99ec37302e21d719527e555
* mbchar.c (literal_codeset, local_mbtowc, local_mblen): Constify
a char*.
(local_mbtowc): Change the type of variable `i' from int to size_t.

* mbchar.h (ISSJIS1, ISSJIS2): Use parens around && within ||.
(local_mbtowc, local_mblen, literal_codeset): Constify a char*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29827 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/mbchar.c
gcc/mbchar.h