lua

A copy of the Lua development repository
Log | Files | Refs | README

commit b0f341ee52ee7d3d22261a68caf06eab5b0c8822
parent 1c459b881f0bb579d63eef26acbc2be2110ae3e4
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Mon, 10 May 2004 10:58:04 -0300

LUAL_BUFFERSIZE is used in `lauxlib.h' and so everybody may need it

Diffstat:
Mluaconf.h | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 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 */