diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-27 07:30:52 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-27 07:30:52 +0000 |
commit | 914e1fee71290761833bed86630e34cfb78603b2 (patch) | |
tree | d8a6fc94b32b95c84be96f50320a775a2d4e69ad /gcc/ggc.h | |
parent | 97bab0209b6317a1b9ef6ff2e22d289edae730a9 (diff) | |
download | gcc-914e1fee71290761833bed86630e34cfb78603b2.tar.gz |
* gcc-common.c (lang_mark_false_label_stack): Remove.
* ggc.h (lang_mark_false_label_stack): Similarly.
ada:
* misc.c (ggc_p): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51433 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ggc.h')
-rw-r--r-- | gcc/ggc.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/ggc.h b/gcc/ggc.h index 8d65b12a2a5..5933084720f 100644 --- a/gcc/ggc.h +++ b/gcc/ggc.h @@ -177,14 +177,6 @@ extern int ggc_set_mark PARAMS ((const void *)); static objects, stack variables, or memory allocated with malloc. */ extern int ggc_marked_p PARAMS ((const void *)); -/* Callbacks to the languages. */ - -/* The FALSE_LABEL_STACK, declared in except.h, has language-dependent - semantics. If a front-end needs to mark the false label stack, it - should set this pointer to a non-NULL value. Otherwise, no marking - will be done. */ -extern void (*lang_mark_false_label_stack) PARAMS ((struct label_node *)); - /* Mark functions for various structs scattered about. */ void mark_eh_status PARAMS ((struct eh_status *)); |