diff -r 6384168a8e95 -r 866eb35e4e14 absyntax_utils/search_varfb_instance_type.hh --- a/absyntax_utils/search_varfb_instance_type.hh Thu Feb 02 10:00:53 2012 +0000 +++ b/absyntax_utils/search_varfb_instance_type.hh Thu Feb 02 14:18:02 2012 +0000 @@ -134,13 +134,14 @@ private: - /* We override the base class' visitor to identifier_c. - * This is so because the base class does not consider a function block - * to be a type, unlike this class that allows a variable instance - * of a function block type... - */ -// void *visit(identifier_c *type_name); - + /*************************/ + /* B.1 - Common elements */ + /*************************/ + /*******************************************/ + /* B 1.1 - Letters, digits and identifiers */ + /*******************************************/ + void *visit(identifier_c *variable_name); + /********************************/ /* B 1.3.3 - Derived data types */ /********************************/