* gfortran.h (gfc_namespace): Add seen_implicit_none field,
Tobias forgot this in previous commit.
From-SVN: r98980
+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
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