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 /ltests.c | |
parent | fdd04e7a7f624dad1a1443e08193241dea935287 (diff) | |
download | lua-e238efc5367a8d88757dd84df0683e1d8d9f9211.tar.gz lua-e238efc5367a8d88757dd84df0683e1d8d9f9211.tar.bz2 lua-e238efc5367a8d88757dd84df0683e1d8d9f9211.zip |
default now is multi-state
Diffstat (limited to 'ltests.c')
-rw-r--r-- | ltests.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.c,v 1.31 2000/08/08 18:26:05 roberto Exp roberto $ | 2 | ** $Id: ltests.c,v 1.32 2000/08/08 20:42:07 roberto Exp roberto $ |
3 | ** Internal Module for Debugging of the Lua Implementation | 3 | ** Internal Module for Debugging of the Lua Implementation |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -10,6 +10,7 @@ | |||
10 | #include <stdlib.h> | 10 | #include <stdlib.h> |
11 | #include <string.h> | 11 | #include <string.h> |
12 | 12 | ||
13 | #define LUA_SINGLESTATE | ||
13 | 14 | ||
14 | #include "lua.h" | 15 | #include "lua.h" |
15 | 16 | ||