aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/vax
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-07-17 14:37:31 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-07-17 14:37:31 -0400
commit56a9868e9e0b537edf26383343b78a93eae418b4 (patch)
treea78343d776a409a5f3bae98cfe7b441ee21f63af /gcc/config/vax
parent98ee239e630b88167b491342d41c717dfaedf86c (diff)
downloadgcc-56a9868e9e0b537edf26383343b78a93eae418b4.zip
gcc-56a9868e9e0b537edf26383343b78a93eae418b4.tar.gz
gcc-56a9868e9e0b537edf26383343b78a93eae418b4.tar.bz2
(HAVE_VPRINTF): Define.
From-SVN: r10144
Diffstat (limited to 'gcc/config/vax')
-rw-r--r--gcc/config/vax/xm-vms.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/vax/xm-vms.h b/gcc/config/vax/xm-vms.h
index 5d27be7..80fa107 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