* gdbarch.sh (LC_ALL): Set to `c'.

This commit is contained in:
Andrew Cagney 2002-04-25 23:16:03 +00:00
parent 2e5ff58c05
commit 1bd316f05b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-04-25 Andrew Cagney <ac131313@redhat.com>
* gdbarch.sh (LC_ALL): Set to `c'.
2002-04-25 Theodore A. Roth <troth@verinet.com>
* avr-tdep.c: Ran through gdb_indent.sh.

View File

@ -22,6 +22,7 @@
# Make certain that the script is running in an internationalized
# environment.
LANG=c ; export LANG
LC_ALL=c ; export LC_ALL
compare_new ()