mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 19:40:01 +08:00
* cp-tree.h (flag_permissive): Declare extern.
From-SVN: r24634
This commit is contained in:
parent
b0983bb9d5
commit
dfcafcb608
@ -1,3 +1,7 @@
|
||||
1999-01-12 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* cp-tree.h (flag_permissive): Declare extern.
|
||||
|
||||
1999-01-06 Mark Mitchell <mark@markmitchell.com>
|
||||
|
||||
* cp-tree.h (IDENTIFIER_TYPENAME_P): Use OPERATOR_TYPENAME_FORMAT
|
||||
|
@ -549,7 +549,7 @@ extern int flag_vtable_gc;
|
||||
|
||||
/* Nonzero means make the default pedwarns warnings instead of errors.
|
||||
The value of this flag is ignored if -pedantic is specified. */
|
||||
int flag_permissive;
|
||||
extern int flag_permissive;
|
||||
|
||||
/* C++ language-specific tree codes. */
|
||||
#define DEFTREECODE(SYM, NAME, TYPE, LENGTH) SYM,
|
||||
|
Loading…
Reference in New Issue
Block a user