* lex.h: Use HAVE_ICONV_H, not HAVE_ICONV.

From-SVN: r36449
This commit is contained in:
Tom Tromey 2000-09-15 22:31:56 +00:00 committed by Tom Tromey
parent 16abe34a39
commit 4c4b521a59
2 changed files with 5 additions and 1 deletions

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

View 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 */