diff options
Diffstat (limited to 'gcc/hooks.h')
-rw-r--r-- | gcc/hooks.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/hooks.h b/gcc/hooks.h index 6fa0bbec3c3..a3465f122d0 100644 --- a/gcc/hooks.h +++ b/gcc/hooks.h @@ -55,5 +55,7 @@ bool hook_bool_tree_tree_false (tree, tree); rtx hook_rtx_rtx_identity (rtx); rtx hook_rtx_rtx_null (rtx); +void * hook_voidp_size_t_null (size_t); +bool hook_bool_voidp_size_t_false (void *, size_t); #endif |