]> gcc.gnu.org Git - gcc.git/commitdiff
Include expr.h to get the change_address prototype declared.
authorMichael Meissner <meissner@cygnus.com>
Mon, 20 Apr 1998 07:41:41 +0000 (07:41 +0000)
committerStan Cox <scox@gcc.gnu.org>
Mon, 20 Apr 1998 07:41:41 +0000 (07:41 +0000)
From-SVN: r19338

gcc/ChangeLog
gcc/config/i386/i386.c

index 17eab4d5ba7f2172c63287fc76fdf4e9e7483380..7ab8d1b8143d276c1d40df35801172de053f3660 100644 (file)
@@ -1,3 +1,8 @@
+Mon Apr 20 07:37:49 1998  Michael Meissner  <meissner@cygnus.com>
+
+       * i386.c: Include expr.h to get the change_address prototype
+       declared.
+       
 Mon Apr 20 01:00:05 1998  H.J. Lu  (hjl@gnu.org)
 
        * reg-stack.c (subst_asm_stack_regs): Change to return the last
index f4743faaf819d0c513a34f0bb110b3760623d2be..4a29f88739b2dabb805dac5332a4ad88732a5859 100644 (file)
@@ -36,6 +36,7 @@ Boston, MA 02111-1307, USA. */
 #include "except.h"
 #include "function.h"
 #include "recog.h"
+#include "expr.h"
 
 #if HAVE_STDLIB_H
 #include <stdlib.h>                                                
This page took 0.079344 seconds and 5 git commands to generate.