aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h8
1 files 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 @@
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 */