Commit 6b8a24cd by Tom Tromey Committed by Tom Tromey

jcf-parse.c: Include <locale.h>.

	* jcf-parse.c: Include <locale.h>.
	* jv-scan.c: Include <locale.h>.

From-SVN: r36388
parent 61023b2b
2000-09-13 Tom Tromey <tromey@cygnus.com>
* jcf-parse.c: Include <locale.h>.
* jv-scan.c: Include <locale.h>.
2000-09-12 Tom Tromey <tromey@cygnus.com> 2000-09-12 Tom Tromey <tromey@cygnus.com>
* expr.c (pop_type_0): Return `Object' if trying to merge two * expr.c (pop_type_0): Return `Object' if trying to merge two
......
...@@ -35,6 +35,10 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ ...@@ -35,6 +35,10 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "toplev.h" #include "toplev.h"
#include "parse.h" #include "parse.h"
#ifdef HAVE_LOCALE_H
#include <locale.h>
#endif
#ifdef HAVE_NL_LANGINFO #ifdef HAVE_NL_LANGINFO
#include <langinfo.h> #include <langinfo.h>
#endif #endif
......
...@@ -26,6 +26,10 @@ Boston, MA 02111-1307, USA. */ ...@@ -26,6 +26,10 @@ Boston, MA 02111-1307, USA. */
#include "version.h" #include "version.h"
#ifdef HAVE_LOCALE_H
#include <locale.h>
#endif
#ifdef HAVE_NL_LANGINFO #ifdef HAVE_NL_LANGINFO
#include <langinfo.h> #include <langinfo.h>
#endif #endif
......
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