summaryrefslogtreecommitdiff
path: root/gcc/c-lang.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-lang.c')
-rw-r--r--gcc/c-lang.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-lang.c b/gcc/c-lang.c
index 6f90a599392..be1acdea154 100644
--- a/gcc/c-lang.c
+++ b/gcc/c-lang.c
@@ -194,7 +194,7 @@ finish_file ()
tree_cons (NULL_TREE, NULL_TREE,
void_list_node_1),
NULL_TREE),
- NULL_TREE, NULL_TREE, 0);
+ NULL_TREE, NULL_TREE);
fnname = DECL_ASSEMBLER_NAME (current_function_decl);
store_parm_decls ();
@@ -216,7 +216,7 @@ finish_file ()
tree_cons (NULL_TREE, NULL_TREE,
void_list_node_1),
NULL_TREE),
- NULL_TREE, NULL_TREE, 0);
+ NULL_TREE, NULL_TREE);
fnname = DECL_ASSEMBLER_NAME (current_function_decl);
store_parm_decls ();