stage3/array_range_check.hh
changeset 598 0b1ee7e7123b
parent 592 99a284cec1f2
child 664 199a9f84e64c
--- a/stage3/array_range_check.hh	Sat Jun 16 07:41:30 2012 +0100
+++ b/stage3/array_range_check.hh	Mon Jun 18 15:37:37 2012 +0100
@@ -63,8 +63,9 @@
     /********************************/
     /* B 1.3.3 - Derived data types */
     /********************************/
-    /* NOTE: we may later want to move this to a visitor that will focus on analysing the data type declarations! */
+    /* NOTE: we may later want to move the following 2 methods to a visitor that will focus on analysing the data type declarations! */
     void *visit(subrange_c *symbol);
+    void *visit(array_initial_elements_c *symbol);
   
     /*********************/
     /* B 1.4 - Variables */