]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c-common.h
* cppfiles.c (stack_include_file): Don't optimize zero-length
[thirdparty/gcc.git] / gcc / c-common.h
index b289cb8b24f2edcce14c4dc07ec0cba2fea8cf23..84e4bb95824ca9ee2da990e77894c37d68b55666 100644 (file)
@@ -534,7 +534,9 @@ 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 *));
+extern void c_common_init_options              PARAMS ((enum c_language_kind));
+extern void c_common_post_options              PARAMS ((void));
+extern const char *c_common_init               PARAMS ((const char *));
 extern void c_common_finish                    PARAMS ((void));
 extern HOST_WIDE_INT c_common_get_alias_set    PARAMS ((tree));
 extern bool c_promoting_integer_type_p         PARAMS ((tree));