* lex.h: Use HAVE_ICONV_H, not HAVE_ICONV.
authorTom Tromey <tromey@cygnus.com>
Fri, 15 Sep 2000 22:31:56 +0000 (22:31 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Fri, 15 Sep 2000 22:31:56 +0000 (22:31 +0000)
From-SVN: r36449

gcc/java/ChangeLog
gcc/java/lex.h

index 40ba522093c034241ef0907de25292f5d82ae685..878e76d03f72f3d860e5023ad5bb3fa0dc350d3e 100644 (file)
@@ -1,3 +1,7 @@
+2000-09-14  Tom Tromey  <tromey@cygnus.com>
+
+       * lex.h: Use HAVE_ICONV_H, not HAVE_ICONV.
+
 2000-09-13  Tom Tromey  <tromey@cygnus.com>
 
        * jcf-parse.c: Include <locale.h>.
index cf29aa16a70e271f8e4cf78fa3c90e36b867305d..68cb1c0e5eb2bff16ca9fe2e6b376da3c5cd5fed 100644 (file)
@@ -35,7 +35,7 @@ extern int   lineno;
 /* A Unicode character, as read from the input file  */
 typedef unsigned short unicode_t;
 
-#ifdef HAVE_ICONV
+#ifdef HAVE_ICONV_H
 #include <iconv.h>
 #endif /* HAVE_ICONV */