switch LC_ALL to "C" locale
This commit is contained in:
parent
d47a569f9f
commit
9a03923b4e
|
|
@ -24,6 +24,7 @@
|
||||||
#ifdef __unix__
|
#ifdef __unix__
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
#endif
|
#endif
|
||||||
|
#include <locale.h>
|
||||||
|
|
||||||
void sig_handler(int s){
|
void sig_handler(int s){
|
||||||
#ifndef IN_MEMORY_UNDO
|
#ifndef IN_MEMORY_UNDO
|
||||||
|
|
|
||||||
|
|
@ -3225,6 +3225,7 @@ proc build_windows {} {
|
||||||
###
|
###
|
||||||
|
|
||||||
set OS [lindex $tcl_platform(os) 0]
|
set OS [lindex $tcl_platform(os) 0]
|
||||||
|
set env(LC_ALL) C
|
||||||
|
|
||||||
# tcl variable XSCHEM_LIBRARY_PATH should already be set in xschemrc
|
# tcl variable XSCHEM_LIBRARY_PATH should already be set in xschemrc
|
||||||
set pathlist {}
|
set pathlist {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue