diff -r df783da3ebe2 -r e837adad2437 stage3/forced_narrow_candidate_datatypes.hh --- 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 @@ +