]> git.ipfire.org Git - thirdparty/gcc.git/commit
mbchar.c (literal_codeset, [...]): Constify a char*.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 5 Oct 1999 16:21:34 +0000 (16:21 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 5 Oct 1999 16:21:34 +0000 (16:21 +0000)
commit5da1ecf26e0da1c8eb7d6939ce6e1c4bbbeb7f98
treec4e09005c1e1506838b18bc5bde1279009298f56
parent018fc244dc645ae8ff169d4cfdcf3b8580067410
mbchar.c (literal_codeset, [...]): Constify a char*.

* 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*.

From-SVN: r29827
gcc/ChangeLog
gcc/mbchar.c
gcc/mbchar.h