targets/plc_common_main.c
changeset 568 20a223828a06
parent 518 8e61b0066859
--- a/targets/plc_common_main.c	Tue Feb 01 11:05:07 2011 +0100
+++ b/targets/plc_common_main.c	Tue Feb 01 17:28:41 2011 +0100
@@ -2,7 +2,6 @@
  * Code common to all C targets
  **/
 
-#include <locale.h>
 #include "iec_types.h"
 /*
  * Prototypes of functions provided by generated C softPLC
@@ -67,7 +66,6 @@
 {
     int res = 0;
     init_level = 0;
-    setlocale(LC_NUMERIC, "C");
     config_init__();
     __init_debug();
     %(init_calls)s