From: Richard Henderson Date: Tue, 12 Jan 1999 02:06:57 +0000 (-0800) Subject: * cp-tree.h (flag_permissive): Declare extern. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dfcafcb6081f07ec5191806bd726ff60d816356f;p=gcc.git * cp-tree.h (flag_permissive): Declare extern. From-SVN: r24634 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 478180ab80e..01542f4e25a 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +1999-01-12 Richard Henderson + + * cp-tree.h (flag_permissive): Declare extern. + 1999-01-06 Mark Mitchell * cp-tree.h (IDENTIFIER_TYPENAME_P): Use OPERATOR_TYPENAME_FORMAT diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index db6e2281577..fccfba5fcd3 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -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,