diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-09-30 21:18:18 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-09-30 21:18:18 -0400 |
commit | 4fa34a534d3c5600a483a4a0b2f40939dee4ec14 (patch) | |
tree | 55d81c948ed2fb776ba5bd4941e6bcd758e39747 /WWW/Library/Implementation/HTUtils.h | |
parent | 6b6388d0c6a89daaa3c95fc3aa54e38e71c7cc15 (diff) | |
download | lynx-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.h | 2 |
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 |