Add: #include "expr.h"

From-SVN: r24363
This commit is contained in:
Nick Clifton 1998-12-17 13:54:39 +00:00 committed by Nick Clifton
parent cce4a9580a
commit 3cdbd1f8ac
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Thu Dec 17 13:50:29 1998 Nick Clifton <nickc@cygnus.com>
* gcse.c: Include expr.h in order to get the prototype for
get_condition() which is used in delete_null_pointer_checks().
Thu Dec 17 15:58:26 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* hwint.h: New file to consolidate HOST_WIDE_INT (etc) macros.

View File

@ -152,6 +152,7 @@ yyy
#include "recog.h"
#include "basic-block.h"
#include "output.h"
#include "expr.h"
#include "obstack.h"
#define obstack_chunk_alloc gmalloc