diff options
author | grahams <grahams@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-31 03:48:46 +0000 |
---|---|---|
committer | grahams <grahams@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-31 03:48:46 +0000 |
commit | ac40c8a1b46a4c567895dd4bbb54769ce88c5738 (patch) | |
tree | b45022bb61620960a87b9936e135063b7b6c0b66 /gcc/function.h | |
parent | 4d554fb7e7a28bb47a4ce55e61078ea131f5d12f (diff) | |
download | gcc-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.h | 8 |
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 |