From: Richard Kenner Date: Tue, 6 Dec 1994 23:42:11 +0000 (-0500) Subject: (CPP_PREDEFINES): Set __GNUC_MINOR__ to 7. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4bc3bc607a06d3feb6c990b895f36b6d44ad3243;p=gcc.git (CPP_PREDEFINES): Set __GNUC_MINOR__ to 7. From-SVN: r8617 --- 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 */