make-w32
[Top][All Lists]
Advanced

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

Re: Latest CVS compile problem - "error no variadic api"


From: Paul D. Smith
Subject: Re: Latest CVS compile problem - "error no variadic api"
Date: Fri, 5 Mar 2004 18:59:24 -0500

The code doesn't use #ifdef __STDC__, it uses #if __STDC__ && ...

I've found a better way to handle this anyway: configure already has the
info I really need it just isn't defining any macro for it.  I'll add
one and check that instead of __STDC__.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

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