]> gcc.gnu.org Git - gcc.git/commitdiff
(finish_file): Pass new parm to start_function.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 10 Mar 1995 02:31:51 +0000 (21:31 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 10 Mar 1995 02:31:51 +0000 (21:31 -0500)
From-SVN: r9149

gcc/c-lang.c

index d429bea09793eaaab5a3aa5a704f6275517a56ea..c21655d4b8d05fea191634d9fa3bc18f90289979 100644 (file)
@@ -1,5 +1,5 @@
 /* Language-specific hook definitions for C front end.
-   Copyright (C) 1991 Free Software Foundation, Inc.
+   Copyright (C) 1991, 1995 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -143,7 +143,7 @@ finish_file ()
       start_function (void_list_node,
                      build_parse_node (CALL_EXPR, fnname, void_list_node,
                                        NULL_TREE),
-                     0);
+                     NULL_TREE, 0);
       fnname = DECL_ASSEMBLER_NAME (current_function_decl);
       store_parm_decls ();
 
@@ -163,7 +163,7 @@ finish_file ()
       start_function (void_list_node,
                      build_parse_node (CALL_EXPR, fnname, void_list_node,
                                        NULL_TREE),
-                     0);
+                     NULL_TREE, 0);
       fnname = DECL_ASSEMBLER_NAME (current_function_decl);
       store_parm_decls ();
 
This page took 0.066115 seconds and 5 git commands to generate.