diff -r 28816126cf8d -r 38d85e9a0507 stage3/fill_candidate_datatypes.hh --- 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 */