Add: #include "expr.h"
From-SVN: r24363
This commit is contained in:
parent
cce4a9580a
commit
3cdbd1f8ac
@ -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>
|
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.
|
* hwint.h: New file to consolidate HOST_WIDE_INT (etc) macros.
|
||||||
|
@ -152,6 +152,7 @@ yyy
|
|||||||
#include "recog.h"
|
#include "recog.h"
|
||||||
#include "basic-block.h"
|
#include "basic-block.h"
|
||||||
#include "output.h"
|
#include "output.h"
|
||||||
|
#include "expr.h"
|
||||||
|
|
||||||
#include "obstack.h"
|
#include "obstack.h"
|
||||||
#define obstack_chunk_alloc gmalloc
|
#define obstack_chunk_alloc gmalloc
|
||||||
|
Loading…
Reference in New Issue
Block a user