* lex.h: Use HAVE_ICONV_H, not HAVE_ICONV.
From-SVN: r36449
This commit is contained in:
parent
16abe34a39
commit
4c4b521a59
@ -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>.
|
||||
|
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user