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 --- lcode.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lcode.c') diff --git a/lcode.c b/lcode.c index 86121331..08068f01 100644 --- a/lcode.c +++ b/lcode.c @@ -1,5 +1,5 @@ /* -** $Id: lcode.c,v 1.44 2000/08/08 20:42:07 roberto Exp roberto $ +** $Id: lcode.c,v 1.45 2000/08/09 14:49:13 roberto Exp roberto $ ** Code generator for Lua ** See Copyright Notice in lua.h */ @@ -7,8 +7,6 @@ #include "stdlib.h" -#define LUA_REENTRANT - #include "lua.h" #include "lcode.h" -- cgit v1.2.3-55-g6feb