lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev lynx2.8.2dev.5 - DJGPP fails


From: dickey
Subject: Re: lynx-dev lynx2.8.2dev.5 - DJGPP fails
Date: Sat, 21 Nov 1998 19:17:13 -0500 (EST)

> 
> > 1998-11-21 (2.8.2dev.5) 
> > * add configure test for stdarg.h vs varargs.h - TD 
> > * modify HTSprintf/HTSprintf0 to use a more generic approach to varargs by 
> >   using only va_alist in the parameter list - TD 
>  
> DJGPP build fails because of parse error in included HTUtils.h:335 

that's non-autoconf.  I think the #define's on lines 35 & 36 should
define a value '1', e.g.,

#if defined(__STDC__) || defined(VMS)
#define ANSI_VARARGS 1
#define HAVE_STDARGS_H 1
#endif

(the undefined case is supposed to be implicitly a zero, but the defined
case isn't symmetric).

-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

[Prev in Thread] Current Thread [Next in Thread]