diff options
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index 76c59aa..df6cd9d3 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -538,6 +538,8 @@ extern tree c_build_qualified_type PARAMS ((tree, int)); frontends. */ extern void c_common_nodes_and_builtins PARAMS ((void)); +extern void disable_builtin_function PARAMS ((const char *)); + extern tree build_va_arg PARAMS ((tree, tree)); extern const char *c_common_lang_init PARAMS ((const char *)); |