diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-06-16 14:16:34 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-06-16 14:16:34 -0300 |
commit | e3ea307434c876f561fa22d22d64ec1030f10415 (patch) | |
tree | ee6448cd9a5c78b6e54a04a589e6377fcccaf522 /ldo.c | |
parent | 18b0e8270de991556460c57b1e3d88b2df5965fc (diff) | |
download | lua-e3ea307434c876f561fa22d22d64ec1030f10415.tar.gz lua-e3ea307434c876f561fa22d22d64ec1030f10415.tar.bz2 lua-e3ea307434c876f561fa22d22d64ec1030f10415.zip |
small changes to allow redefinition of some buffer sizes.
Diffstat (limited to 'ldo.c')
-rw-r--r-- | ldo.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ldo.c,v 1.77 2000/05/30 19:00:31 roberto Exp roberto $ | 2 | ** $Id: ldo.c,v 1.78 2000/06/12 13:52:05 roberto Exp roberto $ |
3 | ** Stack and Call structure of Lua | 3 | ** Stack and Call structure of Lua |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -330,8 +330,6 @@ static int do_main (lua_State *L, ZIO *z, int bin) { | |||
330 | } | 330 | } |
331 | 331 | ||
332 | 332 | ||
333 | #define MAXFILENAME 260 /* maximum part of a file name kept */ | ||
334 | |||
335 | int lua_dofile (lua_State *L, const char *filename) { | 333 | int lua_dofile (lua_State *L, const char *filename) { |
336 | ZIO z; | 334 | ZIO z; |
337 | int status; | 335 | int status; |