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 --- lfunc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lfunc.c') diff --git a/lfunc.c b/lfunc.c index 9b8d83f2..9e8d3a67 100644 --- a/lfunc.c +++ b/lfunc.c @@ -1,5 +1,5 @@ /* -** $Id: lfunc.c,v 1.27 2000/08/08 18:26:05 roberto Exp roberto $ +** $Id: lfunc.c,v 1.28 2000/08/08 20:42:07 roberto Exp roberto $ ** Auxiliary functions to manipulate prototypes and closures ** See Copyright Notice in lua.h */ @@ -7,8 +7,6 @@ #include -#define LUA_REENTRANT - #include "lua.h" #include "lfunc.h" -- cgit v1.2.3-55-g6feb