stage3/forced_narrow_candidate_datatypes.hh
changeset 681 e837adad2437
parent 677 740da3255d9d
child 691 958454e9e40f
--- a/stage3/forced_narrow_candidate_datatypes.hh	Tue Oct 16 18:56:03 2012 +0100
+++ b/stage3/forced_narrow_candidate_datatypes.hh	Thu Oct 18 10:57:13 2012 +0100
@@ -75,7 +75,11 @@
 //  void *visit(il_param_out_assignment_c *symbol);
 //  void *visit(il_assign_operator_c *symbol);
 //  void *visit(il_assign_operator_c *symbol);
-
+ 
+    /***************************************/
+    /* B.3 - Language ST (Structured Text) */
+    /***************************************/
+    void *visit(statement_list_c *symbol);
 }; // forced_narrow_candidate_datatypes_c
 
 
@@ -85,3 +89,4 @@
 
 
 
+