Include expr.h to get the change_address prototype declared.

From-SVN: r19338
This commit is contained in:
Michael Meissner 1998-04-20 07:41:41 +00:00 committed by Stan Cox
parent f37eb5cb09
commit ced8dd8ccd
2 changed files with 6 additions and 0 deletions

View 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

View 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>