diff options
Diffstat (limited to 'gcc/hooks.c')
-rw-r--r-- | gcc/hooks.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/hooks.c b/gcc/hooks.c index a9a87de..8e4578d 100644 --- a/gcc/hooks.c +++ b/gcc/hooks.c @@ -430,6 +430,12 @@ hook_tree_tree_int_treep_bool_null (tree, int, tree *, bool) } tree +hook_tree_tree_bool_null (tree, bool) +{ + return NULL; +} + +tree hook_tree_tree_tree_null (tree, tree) { return NULL; |