diff options
Diffstat (limited to 'lbuiltin.c')
-rw-r--r-- | lbuiltin.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lbuiltin.c,v 1.95 2000/03/09 00:19:22 roberto Exp roberto $ | 2 | ** $Id: lbuiltin.c,v 1.96 2000/03/10 18:37:44 roberto Exp roberto $ |
3 | ** Built-in functions | 3 | ** Built-in functions |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -130,10 +130,6 @@ void luaB__ERRORMESSAGE (lua_State *L) { | |||
130 | ** model but changing `fputs' to put the strings at a proper place | 130 | ** model but changing `fputs' to put the strings at a proper place |
131 | ** (a console window or a log file, for instance). | 131 | ** (a console window or a log file, for instance). |
132 | */ | 132 | */ |
133 | #ifndef MAXPRINT | ||
134 | #define MAXPRINT 40 /* arbitrary limit */ | ||
135 | #endif | ||
136 | |||
137 | void luaB_print (lua_State *L) { | 133 | void luaB_print (lua_State *L) { |
138 | lua_Object args[MAXPRINT]; | 134 | lua_Object args[MAXPRINT]; |
139 | lua_Object obj; | 135 | lua_Object obj; |