[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 4.0 Reentrant feature
- From: erik@... (Erik Hougaard)
- Date: Sun, 10 Sep 2000 09:47:27 +0200
----- 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