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 --- lbuffer.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lbuffer.c') diff --git a/lbuffer.c b/lbuffer.c index 5361ba75..7e0ecdbf 100644 --- a/lbuffer.c +++ b/lbuffer.c @@ -1,5 +1,5 @@ /* -** $Id: lbuffer.c,v 1.13 2000/05/24 13:54:49 roberto Exp roberto $ +** $Id: lbuffer.c,v 1.14 2000/06/12 13:52:05 roberto Exp roberto $ ** Auxiliary functions for building Lua libraries ** See Copyright Notice in lua.h */ @@ -7,8 +7,6 @@ #include -#define LUA_REENTRANT - #include "lua.h" #include "lauxlib.h" -- cgit v1.2.3-55-g6feb