From 4c4b521a59ec0cafbd1b5be5b13c4ecd5d88a79b Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 15 Sep 2000 22:31:56 +0000 Subject: [PATCH] * lex.h: Use HAVE_ICONV_H, not HAVE_ICONV. From-SVN: r36449 --- gcc/java/ChangeLog | 4 ++++ gcc/java/lex.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 */