aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/expression.h
diff options
context:
space:
mode:
Diffstat (limited to 'expression.h')
-rw-r--r--expression.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/expression.h b/expression.h
index f733c076..8bf40d32 100644
--- a/expression.h
+++ b/expression.h
@@ -337,7 +337,6 @@ struct token *compound_statement(struct token *, struct statement *);
#define constant_expression(token,tree) conditional_expression(token, tree)
/* Cast folding of constant values.. */
-void cast_value(struct expression *expr, struct symbol *newtype,
- struct expression *old, struct symbol *oldtype);
+void cast_value(struct expression *expr, struct symbol *newtype, struct expression *old);
#endif