Commit 38beb933 by Graham Stott Committed by Graham Stott

* function.h: Remove undefs for rtx and tree.

From-SVN: r48405
parent 2b701ab7
2001-12-31 Graham Stott <grahams@redhat.com>
* function.h: Remove undefs for rtx and tree.
2001-12-30 Richard Henderson <rth@redhat.com> 2001-12-30 Richard Henderson <rth@redhat.com>
* loop.c (check_dbra_loop): Fix last change: examine both * loop.c (check_dbra_loop): Fix last change: examine both
......
...@@ -603,11 +603,3 @@ extern void init_virtual_regs PARAMS ((struct emit_status *)); ...@@ -603,11 +603,3 @@ extern void init_virtual_regs PARAMS ((struct emit_status *));
/* Called once, at initialization, to initialize function.c. */ /* Called once, at initialization, to initialize function.c. */
extern void init_function_once PARAMS ((void)); extern void init_function_once PARAMS ((void));
#ifdef rtx
#undef rtx
#endif
#ifdef tree
#undef tree
#endif
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