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 --- lref.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lref.c') diff --git a/lref.c b/lref.c index 26889cfb..7f144ba6 100644 --- a/lref.c +++ b/lref.c @@ -1,12 +1,10 @@ /* -** $Id: lref.c,v 1.15 2000/06/30 14:35:17 roberto Exp roberto $ +** $Id: lref.c,v 1.16 2000/08/07 20:21:34 roberto Exp roberto $ ** reference mechanism ** See Copyright Notice in lua.h */ -#define LUA_REENTRANT - #include "lua.h" #include "lapi.h" -- cgit v1.2.3-55-g6feb