[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua headers
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 19 Apr 2001 21:17:13 -0300 (EST)
>The LUA_PROC macro adds more versatility to the lua headers than the
>LUA_API definition. I would really like to see this in future releases and I would appreciate some
>comments and/or better ideas.
I'm sorry, but the LUA_API macro cannot handle all cases.
I suggest that you write a simple filter in Lua to generate your header file.
See etc/def.lua and etc/stdcall.lua for ideas.
--lhf