Commit 731e8b38 by Mark Mitchell Committed by Mark Mitchell

* c-common.h (pending_lang_change): Declare.

From-SVN: r60699
parent 147d1cd3
2002-12-31 Mark Mitchell <mark@codesourcery.com>
* c-common.h (pending_lang_change): Declare.
2002-12-31 Jerry Quinn <jlquinn@optonline.net> 2002-12-31 Jerry Quinn <jlquinn@optonline.net>
* gcc/doc/invoke.texi (Optimization Options): Clean up -O flag * gcc/doc/invoke.texi (Optimization Options): Clean up -O flag
......
...@@ -1235,6 +1235,10 @@ extern const char *init_c_lex PARAMS ((const char *)); ...@@ -1235,6 +1235,10 @@ extern const char *init_c_lex PARAMS ((const char *));
extern void cb_register_builtins PARAMS ((cpp_reader *)); extern void cb_register_builtins PARAMS ((cpp_reader *));
/* Positive if an implicit `extern "C"' scope has just been entered;
negative if such a scope has just been exited. */
extern int pending_lang_change;
/* Information recorded about each file examined during compilation. */ /* Information recorded about each file examined during compilation. */
struct c_fileinfo struct c_fileinfo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment