From dc5fda0ed00721c5c3c4d23e13ba4be8897c4c20 Mon Sep 17 00:00:00 2001 From: pbrook Date: Wed, 25 Aug 2004 21:18:35 +0000 Subject: * config-lang.in: Remove dead commented line. * module.c: Replace g95 with gfortran in comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86582 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fortran/ChangeLog | 5 +++++ gcc/fortran/config-lang.in | 2 -- gcc/fortran/module.c | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'gcc') diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index dd6b48ea65a..0d5e262ecbe 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2004-08-25 Paul Brook + + * config-lang.in: Remove dead commented line. + * module.c: Replace g95 with gfortran in comment. + 2004-08-25 Paul Brook PR fortran/17190 diff --git a/gcc/fortran/config-lang.in b/gcc/fortran/config-lang.in index c638dcbaf48..c3635099b84 100644 --- a/gcc/fortran/config-lang.in +++ b/gcc/fortran/config-lang.in @@ -18,5 +18,3 @@ gtfiles="\$(srcdir)/fortran/f95-lang.c \$(srcdir)/fortran/trans-decl.c \$(srcdir need_gmp="yes" -#outputs=g95/Makefile - diff --git a/gcc/fortran/module.c b/gcc/fortran/module.c index cd41e6640f2..5fabcb0564c 100644 --- a/gcc/fortran/module.c +++ b/gcc/fortran/module.c @@ -21,7 +21,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* The syntax of g95 modules resembles that of lisp lists, ie a +/* The syntax of gfortran modules resembles that of lisp lists, ie a sequence of atoms, which can be left or right parenthesis, names, integers or strings. Parenthesis are always matched which allows us to skip over sections at high speed without having to know -- cgit v1.2.3