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
This commit is contained in:
parent
177b6be0d9
commit
4c1f4f52ed
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue