(finish_file): Add missing parm to start_function call.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 10 Jul 1995 23:47:26 +0000 (19:47 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 10 Jul 1995 23:47:26 +0000 (19:47 -0400)
From-SVN: r10112

gcc/c-lang.c

index b175fbd9fc01b6c5c2e79b5a57afa51788712a4c..ef9f184880db9a8545592d70fa28f0ffc60912fb 100644 (file)
@@ -164,7 +164,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 ();