stage3/fill_candidate_datatypes.hh
changeset 476 38d85e9a0507
parent 472 d26759a2274a
child 478 b13feab3b918
--- a/stage3/fill_candidate_datatypes.hh	Sun Mar 11 18:24:39 2012 +0000
+++ b/stage3/fill_candidate_datatypes.hh	Sun Mar 11 22:21:47 2012 +0100
@@ -79,7 +79,7 @@
     /* the current IL operand being analyzed - its symbol and its data type */
     symbol_c *il_operand_type;
     symbol_c *il_operand;
-    symbol_c *widening_conversion(symbol_c *left_type, symbol_c *right_type, const struct widen_entry widen_table[]);
+    symbol_c *widening_conversion(symbol_c *left_type, symbol_c *right_type, const struct widen_entry widen_table[], bool &deprecated_operation);
 
     /* Match a function declaration with a function call through their parameters.*/
     /* returns true if compatible function/FB invocation, otherwise returns false */