* c-common.h (pending_lang_change): Declare.
From-SVN: r60699
This commit is contained in:
parent
147d1cd3bb
commit
731e8b3886
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-12-31 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* c-common.h (pending_lang_change): Declare.
|
||||
|
||||
2002-12-31 Jerry Quinn <jlquinn@optonline.net>
|
||||
|
||||
* gcc/doc/invoke.texi (Optimization Options): Clean up -O flag
|
||||
|
|
|
@ -1235,6 +1235,10 @@ extern const char *init_c_lex PARAMS ((const char *));
|
|||
|
||||
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. */
|
||||
|
||||
struct c_fileinfo
|
||||
|
|
Loading…
Add table
Reference in a new issue