Commit 4c1f4f52 by Francois-Xavier Coudert Committed by François-Xavier Coudert

gfortran.h (gfc_namespace): Add seen_implicit_none field, Tobias forgot this in previous commit.

	* gfortran.h (gfc_namespace): Add seen_implicit_none field,
	Tobias forgot this in previous commit.

From-SVN: r98980
parent 177b6be0
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment