diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 22:03:21 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 22:03:21 +0000 |
commit | 57a548895bbcbd25814344e1ede5b9566c7ca0d6 (patch) | |
tree | 0635cf5c771e3675d4df140b0fb2d4a868fe27c9 /gcc/expr.h | |
parent | c9d86437aecb6669b2248af7358c2a28d4964847 (diff) | |
download | gcc-57a548895bbcbd25814344e1ede5b9566c7ca0d6.tar.gz |
* 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....
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19603 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/expr.h b/gcc/expr.h index b272df7dd19..b3d02be1f60 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)); |