lua-users home
lua-l archive

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


----- Original Message -----
> typedef void (*lua_CFunction) (void)
> to :
> typedef void (*lua_CFunction) (lua_State*)

This will be the standard in 4.0b and as a macro option in 4.0a ... I have a
version of 3.2 that supports multistate (You can find it at
ftp://ftp.hougaard.com )

There is no code sharing between states .. Sorry ?

/Erik