diff -r fde2d08ebaee -r 96d8b6e006f0 absyntax_utils/decompose_var_instance_name.cc --- a/absyntax_utils/decompose_var_instance_name.cc Wed Sep 02 13:39:05 2009 +0200 +++ b/absyntax_utils/decompose_var_instance_name.cc Wed Sep 02 14:05:27 2009 +0200 @@ -60,6 +60,16 @@ return res; } + +/*************************/ +/* B.1 - Common elements */ +/*************************/ +/*******************************************/ +/* B 1.1 - Letters, digits and identifiers */ +/*******************************************/ +/* sometimes (e.g. FB calls) the name of the variable is stored directly in an identifier_c object */ +void *decompose_var_instance_name_c::visit(identifier_c *symbol) {return (void *)symbol;} + /*********************/ /* B 1.4 - Variables */ /*********************/