about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTUtils.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-09-30 21:18:18 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1998-09-30 21:18:18 -0400
commit4fa34a534d3c5600a483a4a0b2f40939dee4ec14 (patch)
tree55d81c948ed2fb776ba5bd4941e6bcd758e39747 /WWW/Library/Implementation/HTUtils.h
parent6b6388d0c6a89daaa3c95fc3aa54e38e71c7cc15 (diff)
downloadlynx-snapshots-4fa34a534d3c5600a483a4a0b2f40939dee4ec14.tar.gz
snapshot of project "lynx", label v2-8-1pre_5
Diffstat (limited to 'WWW/Library/Implementation/HTUtils.h')
-rw-r--r--WWW/Library/Implementation/HTUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTUtils.h b/WWW/Library/Implementation/HTUtils.h
index 2649bc62..16fc0eb2 100644
--- a/WWW/Library/Implementation/HTUtils.h
+++ b/WWW/Library/Implementation/HTUtils.h
@@ -321,7 +321,7 @@ Sucess (>=0) and failure (<0) codes
 #include <HTString.h>   /* String utilities */
 
 #ifndef va_arg
-#ifdef __STDC__
+#if defined(__STDC__) || defined(VMS)
 #include <stdarg.h>
 #define LYva_start(ap,format) va_start(ap,format)
 #else