diff options
Diffstat (limited to 'gcc/ch')
-rw-r--r-- | gcc/ch/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/ch/ch-tree.h | 3 | ||||
-rw-r--r-- | gcc/ch/decl.c | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 779e08f..5343848 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,8 @@ +1999-10-26 Mark Mitchell <mark@codesourcery.com> + + * ch-tree.h (remember_end_note): Remove prototype. + * decl.c (poplevel): Don't call remember_end_note. + Fri Sep 24 10:48:10 1999 Bernd Schmidt <bernds@cygnus.co.uk> * ch-tree.h (builtin_function): Don't declare. diff --git a/gcc/ch/ch-tree.h b/gcc/ch/ch-tree.h index 40e7b13b..effa886 100644 --- a/gcc/ch/ch-tree.h +++ b/gcc/ch/ch-tree.h @@ -1120,9 +1120,6 @@ extern void push_function_context PROTO((void)); /* in integrate.c */ extern void output_inline_function PROTO((tree)); -/* in stmt.c */ -extern void remember_end_note PROTO((tree)); - /* in toplev.c */ extern void announce_function PROTO((tree)); extern int floor_log2_wide PROTO((unsigned HOST_WIDE_INT)); diff --git a/gcc/ch/decl.c b/gcc/ch/decl.c index 8b65179..01cf6c4 100644 --- a/gcc/ch/decl.c +++ b/gcc/ch/decl.c @@ -2940,7 +2940,6 @@ poplevel (keep, reverse, functionbody) } BLOCK_SUBBLOCKS (block) = subblocks; - remember_end_note (block); } /* In each subblock, record that this is its superior. */ |