From 1089cf271985c32459caede3146341e98f58cad4 Mon Sep 17 00:00:00 2001 From: pbrook Date: Fri, 13 Aug 2004 17:24:09 +0000 Subject: 2004-08-13 Tobias Schlueter * gfortran.h: Add comments. * parse.c (parse_contained): Fix comment typo. * resolve.c (was_declared): Ditto. * symbol.c: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85950 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fortran/resolve.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/fortran/resolve.c') diff --git a/gcc/fortran/resolve.c b/gcc/fortran/resolve.c index 81df9ef03f8..00d9e3daa63 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) -- cgit v1.2.3