aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-05-06 22:03:21 +0000
committerJeff Law <law@gcc.gnu.org>1998-05-06 16:03:21 -0600
commitdf03cab511deb95a71f4c1f799517cbe76655d1e (patch)
tree0635cf5c771e3675d4df140b0fb2d4a868fe27c9 /gcc/expr.h
parent1e89ac8ab2b6ae01998aaf5b8b0bf4c12951a484 (diff)
downloadgcc-df03cab511deb95a71f4c1f799517cbe76655d1e.zip
gcc-df03cab511deb95a71f4c1f799517cbe76655d1e.tar.gz
gcc-df03cab511deb95a71f4c1f799517cbe76655d1e.tar.bz2
stmt.c (mark_seen_cases): Make it have external linkage again.
* stmt.c (mark_seen_cases): Make it have external linkage again. * expr.h (mark_seen_cases): Add declaration. Chill wants to use mark_seen_cases.... From-SVN: r19603
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index b272df7..b3d02be 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -949,3 +949,6 @@ extern void init_all_optabs PROTO ((void));
extern void init_mov_optab PROTO ((void));
extern void do_jump_by_parts_greater_rtx PROTO ((enum machine_mode, int,
rtx, rtx, rtx, rtx));
+
+extern void mark_seen_cases PROTO ((tree, unsigned char *,
+ long, int));