From 2156e40a831a8e0ab68e4bc091c2940bf46ca6df Mon Sep 17 00:00:00 2001 From: kan Date: Fri, 3 Jun 2005 03:28:44 +0000 Subject: Gcc 3.4.4 release. --- contrib/gcc/hooks.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'contrib/gcc/hooks.c') diff --git a/contrib/gcc/hooks.c b/contrib/gcc/hooks.c index a8cd665..06a5732 100644 --- a/contrib/gcc/hooks.c +++ b/contrib/gcc/hooks.c @@ -227,3 +227,10 @@ hook_bool_voidp_size_t_false (void * a ATTRIBUTE_UNUSED, { return false; } + +/* Generic hook that takes a tree and returns a NULL string. */ +const char * +hook_constcharptr_tree_null (tree t ATTRIBUTE_UNUSED) +{ + return NULL; +} -- cgit v1.1