diff options
author | Loren J. Rittle <ljrittle@acm.org> | 2003-09-26 20:26:00 +0000 |
---|---|---|
committer | Loren J. Rittle <ljrittle@gcc.gnu.org> | 2003-09-26 20:26:00 +0000 |
commit | 9e2f83d247fa4ab46a5807ef4cd2478887143fa7 (patch) | |
tree | c48ab88ec4ea24555a4680151457f52928b99fa8 /gcc/objc/objc-act.c | |
parent | 2d07c3f562e68955ed7067f7145a1ca416a8dafd (diff) | |
download | gcc-9e2f83d247fa4ab46a5807ef4cd2478887143fa7.zip gcc-9e2f83d247fa4ab46a5807ef4cd2478887143fa7.tar.gz gcc-9e2f83d247fa4ab46a5807ef4cd2478887143fa7.tar.bz2 |
i386.h (ix86_return_in_memory): Revert my last patch.
* config/i386/i386.h (ix86_return_in_memory): Revert my last patch.
* objc/objc-act.c (tm_p.h): Include.
From-SVN: r71834
Diffstat (limited to 'gcc/objc/objc-act.c')
-rw-r--r-- | gcc/objc/objc-act.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index af294a9..4653f32 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -43,6 +43,7 @@ Boston, MA 02111-1307, USA. */ #include "system.h" #include "coretypes.h" #include "tm.h" +#include "tm_p.h" #include "tree.h" #include "rtl.h" #include "expr.h" |