lua-users home
lua-l archive

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


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