diff -r 165aa7b87e0d -r 9565d7d944ce stage3/declaration_check.hh --- a/stage3/declaration_check.hh Fri Sep 21 09:53:20 2012 +0100 +++ b/stage3/declaration_check.hh Fri Sep 21 09:54:10 2012 +0100 @@ -47,12 +47,20 @@ int get_error_count(); void check_global_decl(symbol_c *p_decl); + + /*****************************/ + /* B 1.5.2 - Function Blocks */ + /*****************************/ + void *visit(function_block_declaration_c *symbol); + /******************************************/ /* B 1.5.3 - Declaration & Initialisation */ /******************************************/ void *visit(program_declaration_c *symbol); + /********************************/ /* B 1.7 Configuration elements */ /********************************/ + void *visit(configuration_declaration_c *symbol); void *visit(program_configuration_c *symbol); };