diff options
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r-- | gcc/langhooks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h index db7a35e16a5..b7116103f85 100644 --- a/gcc/langhooks.h +++ b/gcc/langhooks.h @@ -461,5 +461,6 @@ extern tree add_builtin_function (const char *name, tree type, int function_code, enum built_in_class cl, const char *library_name, tree attrs); +extern tree lhd_signed_or_unsigned_type (int unsignedp, tree type); #endif /* GCC_LANG_HOOKS_H */ |