aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorGraham Stott <grahams@redhat.com>2001-12-31 03:48:46 +0000
committerGraham Stott <grahams@gcc.gnu.org>2001-12-31 03:48:46 +0000
commit38beb9330248deedb8bcb93641fa46130b82565c (patch)
treeb45022bb61620960a87b9936e135063b7b6c0b66 /gcc/function.h
parent2b701ab743751b3420afdb8e81766e12097186bc (diff)
downloadgcc-38beb9330248deedb8bcb93641fa46130b82565c.zip
gcc-38beb9330248deedb8bcb93641fa46130b82565c.tar.gz
gcc-38beb9330248deedb8bcb93641fa46130b82565c.tar.bz2
* function.h: Remove undefs for rtx and tree.
From-SVN: r48405
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/function.h b/gcc/function.h
index 111949d..61bd095 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -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