diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-08-09 16:16:57 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-08-09 16:16:57 -0300 |
commit | e238efc5367a8d88757dd84df0683e1d8d9f9211 (patch) | |
tree | c460226a60d7598193fa4fe87d1736d80bd5bfab /lualib.h | |
parent | fdd04e7a7f624dad1a1443e08193241dea935287 (diff) | |
download | lua-e238efc5367a8d88757dd84df0683e1d8d9f9211.tar.gz lua-e238efc5367a8d88757dd84df0683e1d8d9f9211.tar.bz2 lua-e238efc5367a8d88757dd84df0683e1d8d9f9211.zip |
default now is multi-state
Diffstat (limited to 'lualib.h')
-rw-r--r-- | lualib.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lualib.h,v 1.8 1999/11/22 13:12:07 roberto Exp roberto $ | 2 | ** $Id: lualib.h,v 1.9 2000/06/16 17:22:43 roberto Exp roberto $ |
3 | ** Lua standard libraries | 3 | ** Lua standard libraries |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -23,7 +23,7 @@ void lua_dblibopen (lua_State *L); | |||
23 | ** =============================================================== | 23 | ** =============================================================== |
24 | */ | 24 | */ |
25 | 25 | ||
26 | #ifndef LUA_REENTRANT | 26 | #ifdef LUA_SINGLESTATE |
27 | 27 | ||
28 | #define lua_iolibopen() (lua_iolibopen)(lua_state) | 28 | #define lua_iolibopen() (lua_iolibopen)(lua_state) |
29 | #define lua_strlibopen() (lua_strlibopen)(lua_state) | 29 | #define lua_strlibopen() (lua_strlibopen)(lua_state) |