stage3/visit_expression_type.cc
changeset 319 1669977e84f4
parent 305 fe5cb87610fa
child 321 a96399ab57c2
child 323 d3f2ef59b310
--- a/stage3/visit_expression_type.cc	Thu Jun 09 17:51:00 2011 +0200
+++ b/stage3/visit_expression_type.cc	Fri Jun 10 06:30:30 2011 +0100
@@ -946,6 +946,16 @@
 
 
 
+/********************************/
+/* B 1.7 Configuration elements */
+/********************************/
+void *visit_expression_type_c::visit(configuration_declaration_c *symbol) {
+  // TODO !!!
+  /* for the moment we must return NULL so semantic analysis of remaining code is not interrupted! */
+  return NULL;
+}
+
+
 /****************************************/
 /* B.2 - Language IL (Instruction List) */
 /****************************************/