summaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorgrahams <grahams@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-31 03:48:46 +0000
committergrahams <grahams@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-31 03:48:46 +0000
commitac40c8a1b46a4c567895dd4bbb54769ce88c5738 (patch)
treeb45022bb61620960a87b9936e135063b7b6c0b66 /gcc/function.h
parent4d554fb7e7a28bb47a4ce55e61078ea131f5d12f (diff)
downloadgcc-ac40c8a1b46a4c567895dd4bbb54769ce88c5738.tar.gz
* function.h: Remove undefs for rtx and tree.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48405 138bc75d-0d04-0410-961f-82ee72b054a4
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 111949ddb4c..61bd0957674 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