Commit 56a9868e by Richard Kenner

(HAVE_VPRINTF): Define.

From-SVN: r10144
parent 98ee239e
...@@ -123,6 +123,10 @@ Boston, MA 02111-1307, USA. */ ...@@ -123,6 +123,10 @@ Boston, MA 02111-1307, USA. */
required characters, so we define this to be a null string. */ required characters, so we define this to be a null string. */
#define FILE_NAME_JOINER "" #define FILE_NAME_JOINER ""
/* vprintf() has been available since VMS V4.6. */
#define HAVE_VPRINTF
#ifdef VAXC #ifdef VAXC
/* Customizations/kludges for building with DEC's VAX C compiler /* Customizations/kludges for building with DEC's VAX C compiler
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment