From: Tom Tromey Date: Fri, 15 Sep 2000 22:31:56 +0000 (+0000) Subject: * lex.h: Use HAVE_ICONV_H, not HAVE_ICONV. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4c4b521a59ec0cafbd1b5be5b13c4ecd5d88a79b;p=gcc.git * lex.h: Use HAVE_ICONV_H, not HAVE_ICONV. From-SVN: r36449 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 40ba522093c..878e76d03f7 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,7 @@ +2000-09-14 Tom Tromey + + * lex.h: Use HAVE_ICONV_H, not HAVE_ICONV. + 2000-09-13 Tom Tromey * jcf-parse.c: Include . diff --git a/gcc/java/lex.h b/gcc/java/lex.h index cf29aa16a70..68cb1c0e5eb 100644 --- a/gcc/java/lex.h +++ b/gcc/java/lex.h @@ -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 #endif /* HAVE_ICONV */