Commit 75101feb by Paul Brook Committed by Paul Brook

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
parent 9ca2b0db
2004-08-25 Paul Brook <paul@codesourcery.com> 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 PR fortran/17190
* arith.c (gfc_mpfr_to_mpz): Workaround mpfr bug. * arith.c (gfc_mpfr_to_mpz): Workaround mpfr bug.
......
...@@ -18,5 +18,3 @@ gtfiles="\$(srcdir)/fortran/f95-lang.c \$(srcdir)/fortran/trans-decl.c \$(srcdir ...@@ -18,5 +18,3 @@ gtfiles="\$(srcdir)/fortran/f95-lang.c \$(srcdir)/fortran/trans-decl.c \$(srcdir
need_gmp="yes" need_gmp="yes"
#outputs=g95/Makefile
...@@ -21,7 +21,7 @@ along with GCC; see the file COPYING. If not, write to the Free ...@@ -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 Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */ 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, sequence of atoms, which can be left or right parenthesis, names,
integers or strings. Parenthesis are always matched which allows integers or strings. Parenthesis are always matched which allows
us to skip over sections at high speed without having to know us to skip over sections at high speed without having to know
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment