From: Michael Meissner Date: Mon, 20 Apr 1998 07:41:41 +0000 (+0000) Subject: Include expr.h to get the change_address prototype declared. X-Git-Tag: prereleases/egcs-1.1-prerelease~1622 X-Git-Url: https://gcc.gnu.org/git/?a=commitdiff_plain;h=ced8dd8ccde9e294e7975e1d7c79e946d26f9b1d;p=gcc.git Include expr.h to get the change_address prototype declared. From-SVN: r19338 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 17eab4d5ba7f..7ab8d1b8143d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Mon Apr 20 07:37:49 1998 Michael Meissner + + * 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 diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index f4743faaf819..4a29f88739b2 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -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