stage3/declaration_check.hh
changeset 660 9565d7d944ce
parent 658 fe5e1f01a49e
child 718 a9f8cc778444
--- 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);
 };