diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-03-24 14:26:08 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-03-24 14:26:08 -0300 |
| commit | 213e9febc889d5aaae8ef0e8b777cdb4889e30c1 (patch) | |
| tree | a3b8483f7ce4094e8df3071cb774ef1ee70cc474 /lbuiltin.c | |
| parent | 47b4bf59649834c611571d7ac1482eac55687ce5 (diff) | |
| download | lua-213e9febc889d5aaae8ef0e8b777cdb4889e30c1.tar.gz lua-213e9febc889d5aaae8ef0e8b777cdb4889e30c1.tar.bz2 lua-213e9febc889d5aaae8ef0e8b777cdb4889e30c1.zip | |
limits now are in `llims.n'
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; |
