mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user