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

From-SVN: r48405
This commit is contained in:
Graham Stott 2001-12-31 03:48:46 +00:00 committed by Graham Stott
parent 2b701ab743
commit 38beb93302
2 changed files with 4 additions and 8 deletions

View File

@ -1,3 +1,7 @@
2001-12-31 Graham Stott <grahams@redhat.com>
* function.h: Remove undefs for rtx and tree.
2001-12-30 Richard Henderson <rth@redhat.com>
* loop.c (check_dbra_loop): Fix last change: examine both

View File

@ -603,11 +603,3 @@ extern void init_virtual_regs PARAMS ((struct emit_status *));
/* Called once, at initialization, to initialize function.c. */
extern void init_function_once PARAMS ((void));
#ifdef rtx
#undef rtx
#endif
#ifdef tree
#undef tree
#endif