diff -r f1f3facc59e7 -r 55b074ea7255 stage3/visit_expression_type.hh --- a/stage3/visit_expression_type.hh Thu Feb 02 00:34:04 2012 +0100 +++ b/stage3/visit_expression_type.hh Fri Feb 03 00:09:52 2012 +0100 @@ -156,6 +156,10 @@ * if no common data type is found. */ symbol_c *common_type(symbol_c *first_type, symbol_c *second_type); + + symbol_c *common_literal(symbol_c *first_type, symbol_c *second_type); + symbol_c *overloaded_return_type(symbol_c *type); + /* Return TRUE if the second (value) data type may be assigned to a variable of the first (variable) data type * such as: * var_type value_type