diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2004-05-10 10:58:26 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2004-05-10 10:58:26 -0300 |
commit | b0f341ee52ee7d3d22261a68caf06eab5b0c8822 (patch) | |
tree | 5bb301236f64227e6322ddb8928107596a909dde /luaconf.h | |
parent | 1c459b881f0bb579d63eef26acbc2be2110ae3e4 (diff) | |
download | lua-b0f341ee52ee7d3d22261a68caf06eab5b0c8822.tar.gz lua-b0f341ee52ee7d3d22261a68caf06eab5b0c8822.tar.bz2 lua-b0f341ee52ee7d3d22261a68caf06eab5b0c8822.zip |
LUAL_BUFFERSIZE is used in `lauxlib.h' and so everybody may need it
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: $ | 2 | ** $Id: luaconf.h,v 1.1 2004/05/03 12:28:43 roberto Exp roberto $ |
3 | ** Configuration file for Lua | 3 | ** Configuration file for Lua |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -48,6 +48,9 @@ | |||
48 | /* mark for auxlib functions */ | 48 | /* mark for auxlib functions */ |
49 | #define LUALIB_API extern | 49 | #define LUALIB_API extern |
50 | 50 | ||
51 | /* buffer size used by lauxlib buffer system */ | ||
52 | #define LUAL_BUFFERSIZE BUFSIZ | ||
53 | |||
51 | /* }====================================================== */ | 54 | /* }====================================================== */ |
52 | 55 | ||
53 | 56 | ||
@@ -218,9 +221,6 @@ | |||
218 | 221 | ||
219 | #ifdef LUA_LIB | 222 | #ifdef LUA_LIB |
220 | 223 | ||
221 | /* buffer size used by lauxlib buffer system */ | ||
222 | #define LUAL_BUFFERSIZE BUFSIZ | ||
223 | |||
224 | 224 | ||
225 | 225 | ||
226 | /* `assert' options */ | 226 | /* `assert' options */ |