gfortran.h (gfc_namespace): Add seen_implicit_none field, Tobias forgot this in previ...
authorFrancois-Xavier Coudert <coudert@clipper.ens.fr>
Fri, 29 Apr 2005 07:23:39 +0000 (09:23 +0200)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Fri, 29 Apr 2005 07:23:39 +0000 (07:23 +0000)
* gfortran.h (gfc_namespace): Add seen_implicit_none field,
Tobias forgot this in previous commit.

From-SVN: r98980

gcc/fortran/ChangeLog
gcc/fortran/gfortran.h

index 9857aee7324a6a53f3cb89e8b8e6680b15e87059..6b6067ced42c08299a689568a1cf10a45ee9e6f5 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-29  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
+       * gfortran.h (gfc_namespace): Add seen_implicit_none field,
+       Tobias forgot this in previous commit.
+       
 2005-04-29  Paul Brook   <paul@codesourcery.com>
 
        * trans-expr.c (gfc_conv_expr_present): Fix broken assert.  Update
index 24ffcf372933d9d4050a21056eefb30bdd5a5e8f..e6694034f70161e7d01a4cbd0b97916095206013 100644 (file)
@@ -817,7 +817,7 @@ typedef struct gfc_namespace
 
   gfc_charlen *cl_list;
 
-  int save_all, seen_save;
+  int save_all, seen_save, seen_implicit_none;
 
   /* Normally we don't need to refcount namespaces.  However when we read
      a module containing a function with multiple entry points, this