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

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

From-SVN: r36388
This commit is contained in:
Tom Tromey
2000-09-13 17:09:36 +00:00
committed by Tom Tromey
parent 61023b2bbe
commit 6b8a24cd22
3 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
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>
* expr.c (pop_type_0): Return `Object' if trying to merge two

View File

@@ -35,6 +35,10 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "toplev.h"
#include "parse.h"
#ifdef HAVE_LOCALE_H
#include <locale.h>
#endif
#ifdef HAVE_NL_LANGINFO
#include <langinfo.h>
#endif

View File

@@ -26,6 +26,10 @@ Boston, MA 02111-1307, USA. */
#include "version.h"
#ifdef HAVE_LOCALE_H
#include <locale.h>
#endif
#ifdef HAVE_NL_LANGINFO
#include <langinfo.h>
#endif