diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2000-12-14 19:58:39 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2000-12-14 19:58:39 +0000 |
commit | e7103ad2984a90b0de89862273881488186dc227 (patch) | |
tree | 5046e3bb6414234f8a0f268029b8a5469b7da344 /gcc/fixinc/gnu-regex.c | |
parent | 2be678ffb766a0931c15054e9b81538a7accbf8e (diff) | |
download | gcc-e7103ad2984a90b0de89862273881488186dc227.zip gcc-e7103ad2984a90b0de89862273881488186dc227.tar.gz gcc-e7103ad2984a90b0de89862273881488186dc227.tar.bz2 |
* fixinc/gnu-regex.c: Disable NLS.
From-SVN: r38259
Diffstat (limited to 'gcc/fixinc/gnu-regex.c')
-rw-r--r-- | gcc/fixinc/gnu-regex.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/fixinc/gnu-regex.c b/gcc/fixinc/gnu-regex.c index 0152e9f..a6ebd96 100644 --- a/gcc/fixinc/gnu-regex.c +++ b/gcc/fixinc/gnu-regex.c @@ -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 |