Commit a8f3f283 by Mark Mitchell Committed by Mark Mitchell

decl.c (store_parm_decls): Remove redundant call to expand_main_function.

	* decl.c (store_parm_decls): Remove redundant call to
	expand_main_function.

From-SVN: r20067
parent a9afaadb
1998-05-26 Mark Mitchell <mark@markmitchell.com>
* decl.c (store_parm_decls): Remove redundant call to
expand_main_function.
1998-05-26 Benjamin Kosnik <bkoz@loony.cygnus.com> 1998-05-26 Benjamin Kosnik <bkoz@loony.cygnus.com>
* decl.c (start_decl): Check for DECL_LANG_SPECIFIC before * decl.c (start_decl): Check for DECL_LANG_SPECIFIC before
......
...@@ -12121,9 +12121,6 @@ store_parm_decls () ...@@ -12121,9 +12121,6 @@ store_parm_decls ()
to run global initializers, etc. */ to run global initializers, etc. */
if (DECL_MAIN_P (fndecl)) if (DECL_MAIN_P (fndecl))
expand_main_function (); expand_main_function ();
{
expand_main_function ();
}
/* Now that we have initialized the parms, we can start their /* Now that we have initialized the parms, we can start their
cleanups. We cannot do this before, since expand_decl_cleanup cleanups. We cannot do this before, since expand_decl_cleanup
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment