* gdbarch.sh (LANG): Set to ``c''.
This commit is contained in:
parent
302576afe4
commit
d886453249
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-04-17 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* gdbarch.sh (LANG): Set to ``c''.
|
||||
|
||||
2002-04-15 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue