Commit 3cdbd1f8 by Nick Clifton Committed by Nick Clifton

Add: #include "expr.h"

From-SVN: r24363
parent cce4a958
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment