(CPP_PREDEFINES): Set __GNUC_MINOR__ to 7.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 6 Dec 1994 23:42:11 +0000 (18:42 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 6 Dec 1994 23:42:11 +0000 (18:42 -0500)
From-SVN: r8617

gcc/config/vax/vms.h

index c2b708bab0061a7ebc485a7c47958dca374f57e7..8672429c284b0233a87177536c43e8fdedcb8720 100644 (file)
@@ -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 */