jcf-parse.c: Include <locale.h>.
authorTom Tromey <tromey@cygnus.com>
Wed, 13 Sep 2000 17:09:36 +0000 (17:09 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 13 Sep 2000 17:09:36 +0000 (17:09 +0000)
* jcf-parse.c: Include <locale.h>.
* jv-scan.c: Include <locale.h>.

From-SVN: r36388

gcc/java/ChangeLog
gcc/java/jcf-parse.c
gcc/java/jv-scan.c

index 68a1a131f3d15326640c3af01f82d5179a7e7c6f..40ba522093c034241ef0907de25292f5d82ae685 100644 (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
index 4b76f598ca0279344652a27bf03e17eee179754b..fd180c7b704721e481e22524e3409535280da122 100644 (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
index ae9c91d108e3a7cbe521111deaf339b21d5f2676..992573e2d0f863d49e4a0fbf179e9fe542bab4af 100644 (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