stage3/narrow_candidate_datatypes.hh
changeset 996 c752b113237b
parent 945 477393b00f95
child 1028 7c8709ce6b8f
--- a/stage3/narrow_candidate_datatypes.hh	Sun Feb 15 16:08:56 2015 +0000
+++ b/stage3/narrow_candidate_datatypes.hh	Mon Mar 09 19:22:00 2015 +0000
@@ -95,6 +95,16 @@
 
     symbol_c *base_type(symbol_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.3 - Data types */
     /**********************/