diff -r c0c6ff7357b7 -r b13feab3b918 stage3/fill_candidate_datatypes.hh --- a/stage3/fill_candidate_datatypes.hh Tue Mar 13 12:39:09 2012 +0000 +++ b/stage3/fill_candidate_datatypes.hh Tue Mar 13 16:38:21 2012 +0000 @@ -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[], bool &deprecated_operation); + symbol_c *widening_conversion(symbol_c *left_type, symbol_c *right_type, const struct widen_entry widen_table[]); /* Match a function declaration with a function call through their parameters.*/ /* returns true if compatible function/FB invocation, otherwise returns false */