Commit 122a860e by Jeffrey A Law Committed by Jeff Law

* reload1.c (current_function_decl): Tweak declaration.

From-SVN: r24191
parent 6271b191
Tue Dec 8 13:11:04 1998 Jeffrey A Law (law@cygnus.com)
* reload1.c (current_function_decl): Tweak declaration.
Tue Dec 8 10:23:52 1998 Richard Henderson <rth@cygnus.com> Tue Dec 8 10:23:52 1998 Richard Henderson <rth@cygnus.com>
* c-decl.c (flag_isoc9x): Default off. * c-decl.c (flag_isoc9x): Default off.
......
...@@ -285,7 +285,7 @@ struct insn_chain *reload_insn_chain; ...@@ -285,7 +285,7 @@ struct insn_chain *reload_insn_chain;
#ifdef TREE_CODE #ifdef TREE_CODE
extern tree current_function_decl; extern tree current_function_decl;
#else #else
extern void *current_function_decl; extern union tree_node *current_function_decl;
#endif #endif
/* List of all insns needing reloads. */ /* List of all insns needing reloads. */
......
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