switch LC_ALL to "C" locale

This commit is contained in:
Stefan Frederik 2020-11-28 16:54:15 +01:00
parent d47a569f9f
commit 9a03923b4e
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#ifdef __unix__
#include <sys/wait.h>
#endif
#include <locale.h>
void sig_handler(int s){
#ifndef IN_MEMORY_UNDO

View File

@ -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 {}