stage3/fill_candidate_datatypes.hh
changeset 996 c752b113237b
parent 945 477393b00f95
child 1040 e8563dcaefca
--- a/stage3/fill_candidate_datatypes.hh	Sun Feb 15 16:08:56 2015 +0000
+++ b/stage3/fill_candidate_datatypes.hh	Mon Mar 09 19:22:00 2015 +0000
@@ -121,6 +121,16 @@
     /***************************/
     void *visit(library_c *symbol);
 
+    /*************************/
+    /* B.1 - Common elements */
+    /*************************/
+    /*******************************************/
+    /* B 1.1 - Letters, digits and identifiers */
+    /*******************************************/
+//  void *visit(                 identifier_c *symbol);
+    void *visit(derived_datatype_identifier_c *symbol);
+//  void *visit(         poutype_identifier_c *symbol);
+
     /*********************/
     /* B 1.2 - Constants */
     /*********************/
@@ -193,7 +203,7 @@
     void *visit(enumerated_value_c *symbol);
     void *visit(array_type_declaration_c *symbol);
     void *visit(array_spec_init_c *symbol);
-//  void *visit(array_specification_c *symbol);
+//  void *visit(array_specification_c *symbol);     /* Not required. already handled by iterator_visitor_c base class */
 //  void *visit(array_subrange_list_c *symbol);
 //  void *visit(array_initial_elements_list_c *symbol);
 //  void *visit(array_initial_elements_c *symbol);