From 7a1080fa5c329ea8a9505e51ce151719955bcfa2 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 4 Dec 2002 15:42:16 +0000 Subject: Gcc 3.2.1 release virgin vendor import. (19-Nov-2002) --- contrib/gcc/langhooks.h | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/gcc/langhooks.h') diff --git a/contrib/gcc/langhooks.h b/contrib/gcc/langhooks.h index 7a3c3bd..a77ddee 100644 --- a/contrib/gcc/langhooks.h +++ b/contrib/gcc/langhooks.h @@ -46,6 +46,7 @@ struct lang_hooks_for_tree_inlining void *, int *, void *)); int (*anon_aggr_type_p) PARAMS ((union tree_node *)); + bool (*var_mod_type_p) PARAMS ((union tree_node *)); int (*start_inlining) PARAMS ((union tree_node *)); void (*end_inlining) PARAMS ((union tree_node *)); union tree_node *(*convert_parm_for_inlining) PARAMS ((union tree_node *, -- cgit v1.1