diff -r ce997a27c516 -r c752b113237b stage3/narrow_candidate_datatypes.hh --- 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 */ /**********************/