[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: use of c ellipsis
- From: Sean Conner <sean@...>
- Date: Tue, 25 Feb 2014 22:06:39 -0500
It was thus said that the Great Jim Rambo once stated:
> Hello,
>
> I am trying to port lua to another architecture that is basically ansi c.
> However, the ellipsis is not supported. I cut out all the extra libraries
> but have even found that the ellipsis is used in the core.
>
> Any ideas? The remaining obstacle seems to be centered around the various
> pushstring functions.
What compiler and system? Because that must be one very old compiler you
are using, if it doesn't support the ANSI C vararg feature ...
-spc