From 4bc3bc607a06d3feb6c990b895f36b6d44ad3243 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 6 Dec 1994 18:42:11 -0500 Subject: [PATCH] (CPP_PREDEFINES): Set __GNUC_MINOR__ to 7. From-SVN: r8617 --- gcc/config/vax/vms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/vax/vms.h b/gcc/config/vax/vms.h index c2b708bab00..8672429c284 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 */ -- 2.30.2