diff -r 7326a0658104 -r 0b1ee7e7123b stage3/array_range_check.hh --- 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 */