absyntax_utils/search_varfb_instance_type.cc
changeset 616 0c7663fdc8d3
parent 540 5993247a1c91
child 619 f8c9ac5c529a
--- a/absyntax_utils/search_varfb_instance_type.cc	Sat Jul 28 09:07:55 2012 +0100
+++ b/absyntax_utils/search_varfb_instance_type.cc	Tue Jul 31 12:39:04 2012 +0100
@@ -142,8 +142,12 @@
   /* What if the variable has not been declared?  Then this should not be a compiler error! 
    * However, currently stage 2 of the compiler already detects when variables have not been delcared,
    * so if the variable's declaration is not found, then that means that we have an internal compiler error!
+   * 
+   * Actually, the above is not true anymore. See the use of the any_symbolic_variable in iec_bison.yy
+   *  - when defining the delay of a delayed action association in SFC
+   *  - in program connections inside configurations (will this search_varfb_instance_type_c class be called to handle this??)
    */
-  if (NULL == current_type_id) ERROR; 
+  // if (NULL == current_type_id) ERROR; 
 
   return NULL;
 }