diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-05-04 17:42:28 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-05-04 17:42:28 -0300 |
commit | 65f4a0f636eede0f026d0205ac929bc5a56f8b9c (patch) | |
tree | 28ad2176e61cb97c808f61ecf6ad2d46cef8463c /ldebug.c | |
parent | 12acca7bd8168e12a09c345416ffd848e48b9ba4 (diff) | |
download | lua-65f4a0f636eede0f026d0205ac929bc5a56f8b9c.tar.gz lua-65f4a0f636eede0f026d0205ac929bc5a56f8b9c.tar.bz2 lua-65f4a0f636eede0f026d0205ac929bc5a56f8b9c.zip |
no more compatibility code for traversing tables
Diffstat (limited to 'ldebug.c')
-rw-r--r-- | ldebug.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ldebug.c,v 2.14 2005/04/05 13:41:29 roberto Exp roberto $ | 2 | ** $Id: ldebug.c,v 2.15 2005/04/14 13:30:47 roberto Exp roberto $ |
3 | ** Debug Interface | 3 | ** Debug Interface |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -368,7 +368,6 @@ static Instruction symbexec (const Proto *pt, int lastpc, int reg) { | |||
368 | if (reg >= a+3) last = pc; /* affect all regs above its call base */ | 368 | if (reg >= a+3) last = pc; /* affect all regs above its call base */ |
369 | break; | 369 | break; |
370 | } | 370 | } |
371 | case OP_TFORPREP: | ||
372 | case OP_FORLOOP: | 371 | case OP_FORLOOP: |
373 | case OP_FORPREP: | 372 | case OP_FORPREP: |
374 | checkreg(pt, a+3); | 373 | checkreg(pt, a+3); |