diff options
author | Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de> | 2004-08-13 17:24:09 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2004-08-13 17:24:09 +0000 |
commit | 4f61394674dcc4035dc9cf4dc4d80ae765eca039 (patch) | |
tree | 7c75f659408f702b4a26ba44d1c92d87b6e579c2 /gcc/fortran/resolve.c | |
parent | b13de673b1fee82b3864646ab6a77a31ce393bd0 (diff) | |
download | gcc-4f61394674dcc4035dc9cf4dc4d80ae765eca039.zip gcc-4f61394674dcc4035dc9cf4dc4d80ae765eca039.tar.gz gcc-4f61394674dcc4035dc9cf4dc4d80ae765eca039.tar.bz2 |
gfortran.h: Add comments.
2004-08-13 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
* gfortran.h: Add comments.
* parse.c (parse_contained): Fix comment typo.
* resolve.c (was_declared): Ditto.
* symbol.c: Ditto.
From-SVN: r85950
Diffstat (limited to 'gcc/fortran/resolve.c')
-rw-r--r-- | gcc/fortran/resolve.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/resolve.c b/gcc/fortran/resolve.c index 81df9ef..00d9e3d 100644 --- a/gcc/fortran/resolve.c +++ b/gcc/fortran/resolve.c @@ -371,7 +371,7 @@ resolve_structure_cons (gfc_expr * expr) /****************** Expression name resolution ******************/ /* Returns 0 if a symbol was not declared with a type or - or attribute declaration statement, nonzero otherwise. */ + attribute declaration statement, nonzero otherwise. */ static int was_declared (gfc_symbol * sym) |