cppcharset.c: Fix comment.
authorZack Weinberg <zack@codesourcery.com>
Fri, 11 Jul 2003 05:49:47 +0000 (05:49 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Fri, 11 Jul 2003 05:49:47 +0000 (05:49 +0000)
commitdea55da563cb79e1577cc2c6cfd7b3e3ace043bb
tree05205d4ede93891a8d88e5355c3fa54b1234f337
parentf3fdaec48d8cd520d5b7c70136ea551155a10257
cppcharset.c: Fix comment.

* cppcharset.c: Fix comment.
(iconv_close [!HAVE_ICONV]): #define to (void)0 to prevent warning.
(EILSEQ): #define to EINVAL if not already defined.
(convert_using_iconv): #if out when !HAVE_ICONV.
(init_iconv_desc): Handle !HAVE_ICONV here...
(cpp_init_iconv): ...not here.

From-SVN: r69218
gcc/ChangeLog
gcc/cppcharset.c