Commit 4c4b521a by Tom Tromey Committed by Tom Tromey

* lex.h: Use HAVE_ICONV_H, not HAVE_ICONV.

From-SVN: r36449
parent 16abe34a
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> 2000-09-13 Tom Tromey <tromey@cygnus.com>
* jcf-parse.c: Include <locale.h>. * jcf-parse.c: Include <locale.h>.
......
...@@ -35,7 +35,7 @@ extern int lineno; ...@@ -35,7 +35,7 @@ extern int lineno;
/* A Unicode character, as read from the input file */ /* A Unicode character, as read from the input file */
typedef unsigned short unicode_t; typedef unsigned short unicode_t;
#ifdef HAVE_ICONV #ifdef HAVE_ICONV_H
#include <iconv.h> #include <iconv.h>
#endif /* HAVE_ICONV */ #endif /* HAVE_ICONV */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment