aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-12-06 18:42:11 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1994-12-06 18:42:11 -0500
commit4bc3bc607a06d3feb6c990b895f36b6d44ad3243 (patch)
treec0f7c82d43c8ef12f8f3ba72164613080a5e1875
parent4ee4851023622e9b3b1e451536a9c4a430979f72 (diff)
downloadgcc-4bc3bc607a06d3feb6c990b895f36b6d44ad3243.zip
gcc-4bc3bc607a06d3feb6c990b895f36b6d44ad3243.tar.gz
gcc-4bc3bc607a06d3feb6c990b895f36b6d44ad3243.tar.bz2
(CPP_PREDEFINES): Set __GNUC_MINOR__ to 7.
From-SVN: r8617
-rw-r--r--gcc/config/vax/vms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/vax/vms.h b/gcc/config/vax/vms.h
index c2b708b..8672429 100644
--- a/gcc/config/vax/vms.h
+++ b/gcc/config/vax/vms.h
@@ -41,7 +41,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
and GNU CPP is not used on VMS except with GNU C. */
#define CPP_PREDEFINES \
"-Dvax -Dvms -DVMS -D__vax__ -D__vms__ -D__VMS__\
- -D__GNUC__=2 -D__GNUC_MINOR__=6 -Asystem(vms) -Acpu(vax) -Amachine(vax)"
+ -D__GNUC__=2 -D__GNUC_MINOR__=7 -Asystem(vms) -Acpu(vax) -Amachine(vax)"
/* These match the definitions used in VAXCRTL, the VMS C run-time library */