absyntax/absyntax.def
changeset 862 2b6b1202f8a8
parent 810 d9c48ad646f1
child 873 dea39ef02847
--- a/absyntax/absyntax.def	Sun Feb 09 07:23:30 2014 +0000
+++ b/absyntax/absyntax.def	Sun Feb 09 08:05:44 2014 +0000
@@ -862,6 +862,10 @@
 /* enumvalue_symtable is filled in by enum_declaration_check_c, during stage3 semantic verification, with a list of all enumerated constants declared inside this POU */
 SYM_REF5(configuration_declaration_c, configuration_name, global_var_declarations, resource_declarations, access_declarations, instance_specific_initializations, enumvalue_symtable_t enumvalue_symtable;)
 
+/* intermediate helper symbol for configuration_declaration  */
+/*  { global_var_declarations_list }   */
+SYM_LIST(global_var_declarations_list_c)
+
 /* helper symbol for configuration_declaration */
 SYM_LIST(resource_declaration_list_c)