From 31c816cfbd182b8ee7a801367d8afc07880f370f Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Wed, 27 Mar 2002 07:30:52 +0000 Subject: gcc-common.c (lang_mark_false_label_stack): Remove. * gcc-common.c (lang_mark_false_label_stack): Remove. * ggc.h (lang_mark_false_label_stack): Similarly. ada: * misc.c (ggc_p): Remove. From-SVN: r51433 --- gcc/ggc.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gcc/ggc.h') diff --git a/gcc/ggc.h b/gcc/ggc.h index 8d65b12..5933084 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 *)); -- cgit v1.1