From ea0ece094959f7c8f9f180665faee4c57b830b4d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tobias=20Schl=C3=BCter?= Date: Tue, 1 Jun 2004 14:12:58 +0200 Subject: [PATCH] re PR fortran/15477 (gfortran should not have own version number) PR fortran/15477 * gfortran.h (GFC_VERSION): Remove. * gfortran.texi (version-gfortran): Remove, replace by version-GCC where used. From-SVN: r82544 --- gcc/fortran/ChangeLog | 7 +++++++ gcc/fortran/gfortran.h | 1 - gcc/fortran/gfortran.texi | 5 ++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 2f52f2ea050..78af7e9c07c 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,10 @@ +2004-06-01 Tobias Schlueter + + PR fortran/15477 + * gfortran.h (GFC_VERSION): Remove. + * gfortran.texi (version-gfortran): Remove, replace by version-GCC + where used. + 2004-05-31 Tobias Schlueter * trans-types.c: Fix spelling & layout in comments. diff --git a/gcc/fortran/gfortran.h b/gcc/fortran/gfortran.h index 0384fe41ad3..74596f4417d 100644 --- a/gcc/fortran/gfortran.h +++ b/gcc/fortran/gfortran.h @@ -58,7 +58,6 @@ char *alloca (); /* Major control parameters. */ -#define GFC_VERSION "0.23" #define GFC_MAX_SYMBOL_LEN 63 #define GFC_REAL_BITS 100 /* Number of bits in g95's floating point numbers. */ #define GFC_MAX_LINE 132 /* Characters beyond this are not seen. */ diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index d23ecc01c6c..faacd0fec34 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -3,7 +3,6 @@ @setfilename gfortran.info @set last-update 13 May 2004 @set copyrights-gfortran 1999-2004 -@set version-gfortran 0.235 @include gcc-common.texi @@ -87,10 +86,10 @@ Contributed by Steven Bosscher (@email{s.bosscher@@gcc.gnu.org}). @sp 3 @center Last updated @value{last-update} @sp 1 -@center for version @value {version-gfortran} +@center for version @value {version-GCC} @page @vskip 0pt plus 1filll -For the @value{version-gfortran} Version* +For the @value{version-GCC} Version* @sp 1 Published by the Free Software Foundation @* 59 Temple Place - Suite 330@* -- 2.30.2