From: Richard Kenner Date: Mon, 17 Jul 1995 18:37:31 +0000 (-0400) Subject: (HAVE_VPRINTF): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=56a9868e9e0b537edf26383343b78a93eae418b4;p=gcc.git (HAVE_VPRINTF): Define. From-SVN: r10144 --- 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