stage3/visit_expression_type.hh
changeset 305 fe5cb87610fa
parent 279 c0453b7f99df
child 319 1669977e84f4
--- a/stage3/visit_expression_type.hh	Mon May 30 17:52:15 2011 +0100
+++ b/stage3/visit_expression_type.hh	Mon May 30 17:54:15 2011 +0100
@@ -214,6 +214,11 @@
 
     /* a helper function... */
     void *verify_null(symbol_c *symbol);
+    
+    /********************************/
+    /* B 1.3.3 - Derived data types */
+    /********************************/
+    void *visit(data_type_declaration_c *symbol);
 
     /*********************/
     /* B 1.4 - Variables */