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 --- ltable.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ltable.c') diff --git a/ltable.c b/ltable.c index fefd4043..604129c5 100644 --- a/ltable.c +++ b/ltable.c @@ -1,5 +1,5 @@ /* -** $Id: ltable.c,v 1.51 2000/08/04 19:38:35 roberto Exp roberto $ +** $Id: ltable.c,v 1.52 2000/08/07 20:21:34 roberto Exp roberto $ ** Lua tables (hash) ** See Copyright Notice in lua.h */ @@ -18,8 +18,6 @@ */ -#define LUA_REENTRANT - #include "lua.h" #include "lauxlib.h" -- cgit v1.2.3-55-g6feb