stage3/print_datatypes_error.hh
changeset 482 b62a5ecce54d
parent 476 38d85e9a0507
child 485 835697564c6d
--- a/stage3/print_datatypes_error.hh	Wed Mar 14 10:26:03 2012 +0000
+++ b/stage3/print_datatypes_error.hh	Wed Mar 14 10:44:17 2012 +0000
@@ -89,8 +89,12 @@
     /* 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);  
+    void *handle_implicit_il_fb_invocation(const char *param_name, symbol_c *il_operator, symbol_c *called_fb_declaration);  
     void *handle_conditional_flow_control_IL_instruction(symbol_c *symbol, const char *oper);
+
+    void *print_binary_operator_errors(const char *il_operator, symbol_c *symbol, bool deprecated_operation = false);
+
+
     
   public:
     print_datatypes_error_c(symbol_c *ignore);