From e238efc5367a8d88757dd84df0683e1d8d9f9211 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 9 Aug 2000 16:16:57 -0300 Subject: default now is multi-state --- ltests.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ltests.c') diff --git a/ltests.c b/ltests.c index 233775aa..26e9d9e3 100644 --- a/ltests.c +++ b/ltests.c @@ -1,5 +1,5 @@ /* -** $Id: ltests.c,v 1.31 2000/08/08 18:26:05 roberto Exp roberto $ +** $Id: ltests.c,v 1.32 2000/08/08 20:42:07 roberto Exp roberto $ ** Internal Module for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -10,6 +10,7 @@ #include #include +#define LUA_SINGLESTATE #include "lua.h" -- cgit v1.2.3-55-g6feb