diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-07-17 14:37:31 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-07-17 14:37:31 -0400 |
commit | 56a9868e9e0b537edf26383343b78a93eae418b4 (patch) | |
tree | a78343d776a409a5f3bae98cfe7b441ee21f63af /gcc/config/vax | |
parent | 98ee239e630b88167b491342d41c717dfaedf86c (diff) | |
download | gcc-56a9868e9e0b537edf26383343b78a93eae418b4.tar.gz |
(HAVE_VPRINTF): Define.
From-SVN: r10144
Diffstat (limited to 'gcc/config/vax')
-rw-r--r-- | gcc/config/vax/xm-vms.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |