From 7953c6102285e76dec62143121915da47fa9aa5d Mon Sep 17 00:00:00 2001 From: crux Date: Mon, 20 Sep 1999 10:00:03 +0000 Subject: 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 --- gcc/genemit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/genemit.c') diff --git a/gcc/genemit.c b/gcc/genemit.c index d1b3a1b4327..3608e52a57c 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -800,6 +800,7 @@ from the machine description file `md'. */\n\n"); printf ("#include \"config.h\"\n"); printf ("#include \"system.h\"\n"); printf ("#include \"rtl.h\"\n"); + printf ("#include \"tm_p.h\"\n"); printf ("#include \"function.h\"\n"); printf ("#include \"expr.h\"\n"); printf ("#include \"real.h\"\n"); -- cgit v1.2.1