--- a/targets/Linux/plc_Linux_main.c Sun Sep 07 10:03:23 2008 +0200
+++ b/targets/Linux/plc_Linux_main.c Sun Sep 07 10:06:19 2008 +0200
@@ -137,12 +137,14 @@
/* Prevent PLC to enter debug code */
pthread_mutex_lock(&debug_mutex);
/* Let PLC enter debug code */
pthread_mutex_unlock(&debug_mutex);
--- a/targets/plc_common_main.c Sun Sep 07 10:03:23 2008 +0200
+++ b/targets/plc_common_main.c Sun Sep 07 10:06:19 2008 +0200
@@ -33,12 +33,10 @@
static int init_level = 0;
-static int Debugging = 0;
-static int WasDebugging = 0;
* Prototypes of functions exported by plugins