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