* fixinc/gnu-regex.c: Disable NLS.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 14 Dec 2000 19:58:39 +0000 (19:58 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 14 Dec 2000 19:58:39 +0000 (19:58 +0000)
From-SVN: r38259

gcc/ChangeLog
gcc/fixinc/gnu-regex.c

index 4f61099435f135c8b481e99aaf18bac130bb9afd..d061e9f2e8a2c6db83e5b3a6c57f3119e89cc9bf 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * fixinc/gnu-regex.c: Disable NLS.
+
 2000-12-14  Richard Henderson  <rth@redhat.com>
 
        * config/alpha/alpha.c (alpha_emit_conditional_move): Do not swap
@@ -593,7 +597,7 @@ Tue Dec  5 20:09:14 2000  Jeffrey A Law  (law@cygnus.com)
        * global.c (global_conflicts): Allow for a REG_UNUSED note
        with a different mode to the REG set in the insn.
 
-2000-12-05  Kaveh R. Ghazi  <ghazi@teal.rutgers.edu>
+2000-12-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * Makefile.in (fixinc.sh): Pass $WARN_CFLAGS into fixinc dir.
 
@@ -723,7 +727,7 @@ Tue Dec  5 20:09:14 2000  Jeffrey A Law  (law@cygnus.com)
        * cpplib.h: ... here.
        * cppinit.c (do_includes, cpp_start_read): Update appropriately.
 
-2000-12-03  Kaveh R. Ghazi  <ghazi@teal.rutgers.edu>
+2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * builtins.c (expand_builtin_strspn, expand_builtin_strcspn):
        Handle another transformation.
index 0152e9fdcd23c374cf87a17e82e40413ddfa1675..a6ebd96e8320d5ed8b3f5b99aff24affe38a1df0 100644 (file)
@@ -23,6 +23,8 @@
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #include "auto-host.h"
+/* GCC LOCAL: we don't need NLS here.  */
+#undef ENABLE_NLS
 
 #undef _GNU_SOURCE
 #define _GNU_SOURCE