diff options
| author | crux <crux@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-20 10:00:03 +0000 |
|---|---|---|
| committer | crux <crux@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-20 10:00:03 +0000 |
| commit | 7953c6102285e76dec62143121915da47fa9aa5d (patch) | |
| tree | e581f680f7e5ca0ee19344ed2e86e199d05a00f2 /gcc/local-alloc.c | |
| parent | 175b7af68d2542a06a56bd65dec4cec52f35be11 (diff) | |
| download | ppe42-gcc-7953c6102285e76dec62143121915da47fa9aa5d.tar.gz ppe42-gcc-7953c6102285e76dec62143121915da47fa9aa5d.zip | |
Make it possible to prototype port-specific functions (and convert i386 to use this)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29514 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/local-alloc.c')
| -rw-r--r-- | gcc/local-alloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c index 76c384a1604..4884a499c8f 100644 --- a/gcc/local-alloc.c +++ b/gcc/local-alloc.c @@ -62,6 +62,7 @@ Boston, MA 02111-1307, USA. */ #include "config.h" #include "system.h" #include "rtl.h" +#include "tm_p.h" #include "flags.h" #include "basic-block.h" #include "regs.h" |

