aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-05-06 22:22:14 +0000
committerJeff Law <law@gcc.gnu.org>1998-05-06 16:22:14 -0600
commit0586a4ce7058b8a6a72531a8fcffdf0341546d9b (patch)
tree5597b125019de5603fb73773c1f6faa1403b4734 /gcc/expr.h
parent658dc1f3e57918b46e5dcaa8ab02a553c733ff6d (diff)
downloadgcc-0586a4ce7058b8a6a72531a8fcffdf0341546d9b.zip
gcc-0586a4ce7058b8a6a72531a8fcffdf0341546d9b.tar.gz
gcc-0586a4ce7058b8a6a72531a8fcffdf0341546d9b.tar.bz2
expr.h (mark_seen_cases): Add declaration, but only when tree.h has been included.
* expr.h (mark_seen_cases): Add declaration, but only when tree.h has been included. From-SVN: r19605
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index b3d02be..ef90c84 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