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
This commit is contained in:
Paul Brook 2004-08-25 21:18:35 +00:00 committed by Paul Brook
parent 9ca2b0db57
commit 75101febd8
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2004-08-25 Paul Brook <paul@codesourcery.com>
* config-lang.in: Remove dead commented line.
* module.c: Replace g95 with gfortran in comment.
2004-08-25 Paul Brook <paul@codesourcery.com>
PR fortran/17190

View File

@ -18,5 +18,3 @@ gtfiles="\$(srcdir)/fortran/f95-lang.c \$(srcdir)/fortran/trans-decl.c \$(srcdir
need_gmp="yes"
#outputs=g95/Makefile

View File

@ -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