aboutsummaryrefslogtreecommitdiff
path: root/ldo.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-11-27 18:56:47 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-11-27 18:56:47 -0200
commitdfaf8c5291fa8aef5bedbfa375853475364ac76e (patch)
treea8e97f33533a263d20062773e5f31ff243f411f4 /ldo.c
parent657f65211a5d836899d29b0a020a9ea4dff8cf51 (diff)
downloadlua-dfaf8c5291fa8aef5bedbfa375853475364ac76e.tar.gz
lua-dfaf8c5291fa8aef5bedbfa375853475364ac76e.tar.bz2
lua-dfaf8c5291fa8aef5bedbfa375853475364ac76e.zip
details
Diffstat (limited to 'ldo.c')
-rw-r--r--ldo.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/ldo.c b/ldo.c
index 087863cb..29caf8bf 100644
--- a/ldo.c
+++ b/ldo.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ldo.c,v 1.142 2001/10/02 16:45:03 roberto Exp $ 2** $Id: ldo.c,v 1.143 2001/10/17 21:12:57 roberto Exp $
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*/
@@ -219,7 +219,6 @@ static void f_parser (lua_State *L, void *ud) {
219 luaF_LConlist(L, cl); 219 luaF_LConlist(L, cl);
220 setclvalue(L->top, cl); 220 setclvalue(L->top, cl);
221 incr_top; 221 incr_top;
222
223} 222}
224 223
225 224
@@ -287,7 +286,7 @@ LUA_API int lua_loadbuffer (lua_State *L, const l_char *buff, size_t size,
287 286
288/* 287/*
289** {====================================================== 288** {======================================================
290** Error-recover functions (based on long jumps) 289** Error-recovery functions (based on long jumps)
291** ======================================================= 290** =======================================================
292*/ 291*/
293 292