From d886453249e9110cb1f9ad3680d85d9e246fb506 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 17 Apr 2002 18:47:54 +0000 Subject: [PATCH] * gdbarch.sh (LANG): Set to ``c''. --- gdb/ChangeLog | 4 ++++ gdb/gdbarch.sh | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a28b4c6..199749d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-04-17 Andrew Cagney + + * gdbarch.sh (LANG): Set to ``c''. + 2002-04-15 Andrew Cagney * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems. diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh index 30641d6..5c7f5c0 100755 --- a/gdb/gdbarch.sh +++ b/gdb/gdbarch.sh @@ -19,6 +19,11 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Make certain that the script is running in an internationalized +# environment. +LANG=c ; export LANG + + compare_new () { file=$1 -- 2.7.4