aboutsummaryrefslogtreecommitdiff
path: root/ldo.c
diff options
context:
space:
mode:
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