diff options
author | Bernd Schmidt <bernds@cygnus.co.uk> | 1999-09-20 10:00:03 +0000 |
---|---|---|
committer | Bernd Schmidt <crux@gcc.gnu.org> | 1999-09-20 10:00:03 +0000 |
commit | 6baf1cc8f87d1c8c1ebfa9c48e27b74b82eab4e4 (patch) | |
tree | e581f680f7e5ca0ee19344ed2e86e199d05a00f2 /gcc/explow.c | |
parent | 34a24f18066d489449796be019d7b05798403f89 (diff) | |
download | gcc-6baf1cc8f87d1c8c1ebfa9c48e27b74b82eab4e4.zip gcc-6baf1cc8f87d1c8c1ebfa9c48e27b74b82eab4e4.tar.gz gcc-6baf1cc8f87d1c8c1ebfa9c48e27b74b82eab4e4.tar.bz2 |
Make it possible to prototype port-specific functions (and convert i386 to use this)
From-SVN: r29514
Diffstat (limited to 'gcc/explow.c')
-rw-r--r-- | gcc/explow.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/explow.c b/gcc/explow.c index 573c529..28afe3c 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA. */ #include "toplev.h" #include "rtl.h" #include "tree.h" +#include "tm_p.h" #include "flags.h" #include "function.h" #include "expr.h" |