diff -r 4489afa5b1c5 -r 7474d2cd1d6e absyntax_utils/function_call_iterator.hh --- a/absyntax_utils/function_call_iterator.hh Sun Nov 30 12:49:42 2014 +0000 +++ b/absyntax_utils/function_call_iterator.hh Sat Dec 06 19:11:32 2014 +0000 @@ -73,7 +73,7 @@ symbol_c *next(void); /* Returns the name of the currently referenced function invocation */ - identifier_c *fname(void); + token_c *fname(void); private: /***************************************/