From 75101febd89c94bf6a9ddca6742879af9044c1c4 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Wed, 25 Aug 2004 21:18:35 +0000 Subject: config-lang.in: Remove dead commented line. * config-lang.in: Remove dead commented line. * module.c: Replace g95 with gfortran in comment. From-SVN: r86582 --- gcc/fortran/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/fortran/module.c') diff --git a/gcc/fortran/module.c b/gcc/fortran/module.c index cd41e66..5fabcb0 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.1