stage3/print_datatypes_error.hh
changeset 448 1bd18fc06911
parent 443 ff4d26b7e51d
child 453 4733f662362a
--- 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);