From b0f341ee52ee7d3d22261a68caf06eab5b0c8822 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 10 May 2004 10:58:26 -0300 Subject: [PATCH] LUAL_BUFFERSIZE is used in `lauxlib.h' and so everybody may need it --- luaconf.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/luaconf.h b/luaconf.h index 6413441a..190c8620 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: $ +** $Id: luaconf.h,v 1.1 2004/05/03 12:28:43 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -48,6 +48,9 @@ /* mark for auxlib functions */ #define LUALIB_API extern +/* buffer size used by lauxlib buffer system */ +#define LUAL_BUFFERSIZE BUFSIZ + /* }====================================================== */ @@ -218,9 +221,6 @@ #ifdef LUA_LIB -/* buffer size used by lauxlib buffer system */ -#define LUAL_BUFFERSIZE BUFSIZ - /* `assert' options */