(finish_file): Pass extra parm to start_function.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 14 Jun 1995 12:07:43 +0000 (08:07 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 14 Jun 1995 12:07:43 +0000 (08:07 -0400)
From-SVN: r9944

gcc/c-lang.c

index c21655d..d742078 100644 (file)
@@ -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 ();