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 c37c38a3d78..a5e43e4d5dc 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -513,6 +513,8 @@ extern void c_common_nodes_and_builtins PARAMS ((void)); extern tree build_va_arg PARAMS ((tree, tree)); +extern void c_common_lang_init PARAMS ((void)); + /* Nonzero if the type T promotes to itself. ANSI C states explicitly the list of types that promote; in particular, short promotes to int even if they have the same width. */ |