Make it possible to prototype port-specific functions (and convert i386 to use this)
authorBernd Schmidt <bernds@cygnus.co.uk>
Mon, 20 Sep 1999 10:05:28 +0000 (10:05 +0000)
committerBernd Schmidt <crux@gcc.gnu.org>
Mon, 20 Sep 1999 10:05:28 +0000 (10:05 +0000)
From-SVN: r29515

gcc/combine.c
gcc/cp/ChangeLog
gcc/cp/typeck.c

index 56a373b..6c24caa 100644 (file)
@@ -77,6 +77,7 @@ Boston, MA 02111-1307, USA.  */
 #include "config.h"
 #include "system.h"
 #include "rtl.h"
+#include "tm_p.h"
 #include "flags.h"
 #include "regs.h"
 #include "hard-reg-set.h"
index 7721b31..50bcbbb 100644 (file)
@@ -1,3 +1,7 @@
+Mon Sep 20 10:49:05 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
+
+       * typeck.c: Include "tm_p.h".
+
 1999-09-19  Mark Mitchell  <mark@codesourcery.com>
 
        * ir.texi: New file.
index 400e4ea..0fc589b 100644 (file)
@@ -34,6 +34,7 @@ Boston, MA 02111-1307, USA.  */
 #include "tree.h"
 #include "rtl.h"
 #include "cp-tree.h"
+#include "tm_p.h"
 #include "flags.h"
 #include "output.h"
 #include "expr.h"