diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/c-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-lang.c b/gcc/c-lang.c index c21655d..d742078 100644 --- a/gcc/c-lang.c +++ b/gcc/c-lang.c @@ -143,7 +143,7 @@ finish_file () start_function (void_list_node, build_parse_node (CALL_EXPR, fnname, void_list_node, NULL_TREE), - NULL_TREE, 0); + NULL_TREE, NULL_TREE, 0); fnname = DECL_ASSEMBLER_NAME (current_function_decl); store_parm_decls (); |