diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 22:22:14 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 22:22:14 +0000 |
commit | 5dba877ed4e26bb72b885a89b1abb99ff286bdb7 (patch) | |
tree | 5597b125019de5603fb73773c1f6faa1403b4734 /gcc/expr.h | |
parent | e53fc164b7aeb6ce8821f9df548afe1126917753 (diff) | |
download | gcc-5dba877ed4e26bb72b885a89b1abb99ff286bdb7.tar.gz |
* expr.h (mark_seen_cases): Add declaration, but only when tree.h
has been included.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19605 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/expr.h b/gcc/expr.h index b3d02be1f60..ef90c842d75 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -950,5 +950,7 @@ extern void init_mov_optab PROTO ((void)); extern void do_jump_by_parts_greater_rtx PROTO ((enum machine_mode, int, rtx, rtx, rtx, rtx)); +#ifdef TREE_CODE /* Don't lose if tree.h not included. */ extern void mark_seen_cases PROTO ((tree, unsigned char *, long, int)); +#endif |