OSDN Git Service

Include expr.h to get the change_address prototype declared.
authorscox <scox@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Apr 1998 07:41:41 +0000 (07:41 +0000)
committerscox <scox@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Apr 1998 07:41:41 +0000 (07:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19338 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 17eab4d..7ab8d1b 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 f4743fa..4a29f88 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>