# HG changeset patch # User lbessard # Date 1231517311 -3600 # Node ID d17bd2f00a87c4a519ddbc4fece5f78545e3141f # Parent 7ee96191c4760e83b407a035c5449e7899498f45 Bug on __DEBUG no present fixed diff -r 7ee96191c476 -r d17bd2f00a87 targets/plc_common_main.c --- a/targets/plc_common_main.c Fri Jan 09 17:07:56 2009 +0100 +++ b/targets/plc_common_main.c Fri Jan 09 17:08:31 2009 +0100 @@ -27,6 +27,7 @@ * Variables used by generated C softPLC and plugins **/ IEC_TIME __CURRENT_TIME; +IEC_BOOL __DEBUG; int __tick = -1; /* Help to quit cleanly when init fail at a certain level */