summaryrefslogtreecommitdiff
path: root/lvm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lvm.c')
-rw-r--r--lvm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lvm.c b/lvm.c
index 5413c901..8d22e9c1 100644
--- a/lvm.c
+++ b/lvm.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lvm.c,v 1.234 2002/06/03 14:08:43 roberto Exp roberto $ 2** $Id: lvm.c,v 1.235 2002/06/05 12:34:19 roberto Exp roberto $
3** Lua virtual machine 3** Lua virtual machine
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -531,7 +531,6 @@ StkId luaV_execute (lua_State *L) {
531 if (nresults >= 0) L->top = L->ci->top; 531 if (nresults >= 0) L->top = L->ci->top;
532 goto retentry; 532 goto retentry;
533 } 533 }
534 break;
535 } 534 }
536 case OP_FORLOOP: { 535 case OP_FORLOOP: {
537 lua_Number step, index, limit; 536 lua_Number step, index, limit;