mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-07 05:46:46 +08:00
* function.h: Remove undefs for rtx and tree.
From-SVN: r48405
This commit is contained in:
parent
2b701ab743
commit
38beb93302
@ -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>
|
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 *));
|
|||||||
|
|
||||||
/* 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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user