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 /lref.c | |
parent | fdd04e7a7f624dad1a1443e08193241dea935287 (diff) | |
download | lua-e238efc5367a8d88757dd84df0683e1d8d9f9211.tar.gz lua-e238efc5367a8d88757dd84df0683e1d8d9f9211.tar.bz2 lua-e238efc5367a8d88757dd84df0683e1d8d9f9211.zip |
default now is multi-state
Diffstat (limited to 'lref.c')
-rw-r--r-- | lref.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,12 +1,10 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lref.c,v 1.15 2000/06/30 14:35:17 roberto Exp roberto $ | 2 | ** $Id: lref.c,v 1.16 2000/08/07 20:21:34 roberto Exp roberto $ |
3 | ** reference mechanism | 3 | ** reference mechanism |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
6 | 6 | ||
7 | 7 | ||
8 | #define LUA_REENTRANT | ||
9 | |||
10 | #include "lua.h" | 8 | #include "lua.h" |
11 | 9 | ||
12 | #include "lapi.h" | 10 | #include "lapi.h" |