diff -r aad0f3e5df33 -r 1bd18fc06911 stage3/print_datatypes_error.hh --- a/stage3/print_datatypes_error.hh Fri Feb 17 19:47:58 2012 +0000 +++ b/stage3/print_datatypes_error.hh Sat Feb 18 21:03:01 2012 +0000 @@ -84,6 +84,7 @@ /* some helper functions... */ symbol_c *base_type(symbol_c *symbol); void handle_function_invocation(symbol_c *fcall, generic_function_call_t fcall_data); + void handle_implicit_il_fb_invocation(symbol_c *il_operator, const char *param_name, symbol_c *called_fb_declaration); public: print_datatypes_error_c(symbol_c *ignore);