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 --- lauxlib.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lauxlib.c') diff --git a/lauxlib.c b/lauxlib.c index 1a057b2d..a657c2c0 100644 --- a/lauxlib.c +++ b/lauxlib.c @@ -1,5 +1,5 @@ /* -** $Id: lauxlib.c,v 1.28 2000/05/24 13:54:49 roberto Exp roberto $ +** $Id: lauxlib.c,v 1.29 2000/06/12 13:52:05 roberto Exp roberto $ ** Auxiliary functions for building Lua libraries ** See Copyright Notice in lua.h */ @@ -14,8 +14,6 @@ ** With care, these functions can be used by other libraries. */ -#define LUA_REENTRANT - #include "lua.h" #include "lauxlib.h" -- cgit v1.2.3-55-g6feb