summaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/decl2.c')
-rw-r--r--gcc/cp/decl2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c
index 661786d036c..39f6ca55369 100644
--- a/gcc/cp/decl2.c
+++ b/gcc/cp/decl2.c
@@ -2942,8 +2942,7 @@ finish_file ()
performing semantic analysis. */
tree
-build_expr_from_tree (t)
- tree t;
+build_expr_from_tree (tree t)
{
if (t == NULL_TREE || t == error_mark_node)
return t;