stage3/visit_expression_type.hh
changeset 319 1669977e84f4
parent 305 fe5cb87610fa
child 323 d3f2ef59b310
--- a/stage3/visit_expression_type.hh	Thu Jun 09 17:51:00 2011 +0200
+++ b/stage3/visit_expression_type.hh	Fri Jun 10 06:30:30 2011 +0100
@@ -237,7 +237,12 @@
     void *visit(array_variable_c *symbol);
     void *visit(structured_variable_c *symbol);
 
-    /****************************************/
+    /********************************/
+    /* B 1.7 Configuration elements */
+    /********************************/
+    void *visit(configuration_declaration_c *symbol);
+
+/****************************************/
     /* B.2 - Language IL (Instruction List) */
     /****************************************/
     /***********************************/