diff options
author | Toon Moene <toon@moene.indiv.nluug.nl> | 2002-02-01 23:43:03 +0100 |
---|---|---|
committer | Toon Moene <toon@gcc.gnu.org> | 2002-02-01 22:43:03 +0000 |
commit | 0aa00c7fa19c5d3fdefa1314ea5d6d54dac67176 (patch) | |
tree | 1989b641ecbf47d0ba80a6b11ff0cd116ac2b627 /gcc/f/proj.h | |
parent | 3968de80f82b32336d76808d57ac4148ee191347 (diff) | |
download | gcc-0aa00c7fa19c5d3fdefa1314ea5d6d54dac67176.zip gcc-0aa00c7fa19c5d3fdefa1314ea5d6d54dac67176.tar.gz gcc-0aa00c7fa19c5d3fdefa1314ea5d6d54dac67176.tar.bz2 |
bad.def: Remove non-historical reference to version 0.6.
2002-02-01 Toon Moene <toon@moene.indiv.nluug.nl>
* bad.def: Remove non-historical reference to version 0.6.
* bugs.texi: Ditto.
* com.c: Ditto.
* ffe.texi: Ditto.
* proj.h: Ditto.
* g77.texi: Ditto.
From-SVN: r49413
Diffstat (limited to 'gcc/f/proj.h')
-rw-r--r-- | gcc/f/proj.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/proj.h b/gcc/f/proj.h index fd4a65c..a1e10c4 100644 --- a/gcc/f/proj.h +++ b/gcc/f/proj.h @@ -32,7 +32,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "system.h" #if (GCC_VERSION < 2000) - #error "You have to use gcc 2.x to build g77 (might be fixed in g77-0.6)." + #error "You have to use gcc 2.x to build g77." #endif /* Include files everyone gets. <assert.h> is needed for assert(). */ |