From e252edf7134c06b5c28a3597295c6b59eb7ae023 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 24 Dec 1998 23:42:48 +0000 Subject: [PATCH] MSVC++ has stdarg support --- include/portable.h.nt | 1 + 1 file changed, 1 insertion(+) diff --git a/include/portable.h.nt b/include/portable.h.nt index ec93139f55..22d3496017 100644 --- a/include/portable.h.nt +++ b/include/portable.h.nt @@ -34,6 +34,7 @@ is provided ``as is'' without express or implied warranty. /* MSVC5 doesn't define _STDC_, but requires prototypes */ #define __NEED_PROTOTYPES 1 +#define HAVE_STDARG 1 /* we installed Henry Spencer's REGEX */ #define HAVE_REGEX_H 1