OSDN Git Service

* cp-tree.h (flag_permissive): Declare extern.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Jan 1999 02:06:57 +0000 (02:06 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Jan 1999 02:06:57 +0000 (02:06 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24634 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/cp/cp-tree.h

index 478180a..01542f4 100644 (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
index db6e228..fccfba5 100644 (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;
 \f
 /* C++ language-specific tree codes.  */
 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) SYM,