diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-05-06 22:03:21 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-05-06 16:03:21 -0600 |
commit | df03cab511deb95a71f4c1f799517cbe76655d1e (patch) | |
tree | 0635cf5c771e3675d4df140b0fb2d4a868fe27c9 /gcc/expr.h | |
parent | 1e89ac8ab2b6ae01998aaf5b8b0bf4c12951a484 (diff) | |
download | gcc-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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)); |