This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[gfortran] Remove mention of g95


Following patch fixes a couple of stray references to "g95".

Applied to mainline.

Paul

2004-08-25  Paul Brook  <paul@codesourcery.com>

	* config-lang.in: Remove dead commented line.
	* module.c: Replace g95 with gfortran in comment.

Index: config-lang.in
===================================================================
RCS file: /var/cvsroot/gcc-cvs/gcc/gcc/fortran/config-lang.in,v
retrieving revision 1.2
diff -u -p -r1.2 config-lang.in
--- config-lang.in	13 May 2004 06:40:29 -0000	1.2
+++ config-lang.in	25 Aug 2004 21:13:05 -0000
@@ -18,5 +18,3 @@ gtfiles="\$(srcdir)/fortran/f95-lang.c \
 
 need_gmp="yes"
 
-#outputs=g95/Makefile
-
Index: module.c
===================================================================
RCS file: /var/cvsroot/gcc-cvs/gcc/gcc/fortran/module.c,v
retrieving revision 1.14
diff -u -p -r1.14 module.c
--- module.c	17 Aug 2004 15:34:09 -0000	1.14
+++ module.c	25 Aug 2004 21:14:23 -0000
@@ -21,7 +21,7 @@ along with GCC; see the file COPYING.  I
 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]