* cp-tree.h (flag_permissive): Declare extern.

From-SVN: r24634
This commit is contained in:
Richard Henderson 1999-01-11 18:06:57 -08:00 committed by Richard Henderson
parent b0983bb9d5
commit dfcafcb608
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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,