diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-10 17:57:21 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-10 17:57:21 +0000 |
commit | e6e27f6ebbfa621543939db89ee35acec99c20c6 (patch) | |
tree | 3f1f607d7e9b02c763f4e7b5e8778d0e4ee8373e /gcc/f/proj.h | |
parent | 887f59f0e42368a418f8eef9eea15b666493b5ad (diff) | |
download | gcc-e6e27f6ebbfa621543939db89ee35acec99c20c6.tar.gz |
include:
* ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'.
gcc:
* cppinit.c: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
* gansidecl.h: Likewise.
* rtl.c: Likewise.
* rtl.h: Likewise.
* toplev.h: Likewise.
* tree.c: Likewise.
* tree.h: Likewise.
* varray.c: Likewise.
* varray.h: Likewise.
gcc/cp:
* cp-tree.h: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
gcc/f:
* proj.h: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30477 138bc75d-0d04-0410-961f-82ee72b054a4
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 96bb44af27c..d55bd88f8a6 100644 --- a/gcc/f/proj.h +++ b/gcc/f/proj.h @@ -31,7 +31,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #endif #include "system.j" -#if ! HAVE_GCC_VERSION(2,0) +#if (GCC_VERSION < 2000) #error "You have to use gcc 2.x to build g77 (might be fixed in g77-0.6)." #endif |