Make type_expression abstract
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
/* Creates an expression whose value is that of EXPR, converted to type TYPE.
|
||||
This function implements all reasonable scalar conversions. */
|
||||
|
||||
tree convert(tree type, tree expr)
|
||||
tree convert(tree /* type */, tree expr)
|
||||
{
|
||||
return expr;
|
||||
}
|
||||
|
Reference in New Issue
Block a user