stage3/print_datatypes_error.hh
changeset 485 835697564c6d
parent 482 b62a5ecce54d
child 502 a6211f73690b
--- a/stage3/print_datatypes_error.hh	Wed Mar 14 11:14:41 2012 +0000
+++ b/stage3/print_datatypes_error.hh	Wed Mar 14 11:31:07 2012 +0000
@@ -92,8 +92,8 @@
     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);
-
+    void *print_binary_operator_errors  (const char *il_operator, symbol_c *symbol,                                     bool deprecated_operation = false);
+    void *print_binary_expression_errors(const char *operation  , symbol_c *symbol, symbol_c *l_expr, symbol_c *r_expr, bool deprecated_operation = false);
 
     
   public: