From 56a9868e9e0b537edf26383343b78a93eae418b4 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 17 Jul 1995 14:37:31 -0400 Subject: [PATCH] (HAVE_VPRINTF): Define. From-SVN: r10144 --- gcc/config/vax/xm-vms.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/config/vax/xm-vms.h b/gcc/config/vax/xm-vms.h index 5d27be7a3ce..80fa107e139 100644 --- a/gcc/config/vax/xm-vms.h +++ b/gcc/config/vax/xm-vms.h @@ -123,6 +123,10 @@ Boston, MA 02111-1307, USA. */ required characters, so we define this to be a null string. */ #define FILE_NAME_JOINER "" + +/* vprintf() has been available since VMS V4.6. */ + +#define HAVE_VPRINTF #ifdef VAXC /* Customizations/kludges for building with DEC's VAX C compiler -- 2.30.2