diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-12-27 15:33:22 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-12-27 15:33:22 -0200 |
| commit | acdb0b741e31adebfa4f608f8bf23e65fa68d741 (patch) | |
| tree | a4f3bb695c4b2ae03ef8e02d15953bc12de25a9d /ltests.c | |
| parent | 5b08fcd5a1392a7440cae91e68f350a44b136806 (diff) | |
| download | lua-acdb0b741e31adebfa4f608f8bf23e65fa68d741.tar.gz lua-acdb0b741e31adebfa4f608f8bf23e65fa68d741.tar.bz2 lua-acdb0b741e31adebfa4f608f8bf23e65fa68d741.zip | |
comments.
Diffstat (limited to 'ltests.c')
| -rw-r--r-- | ltests.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: ltests.c,v 1.1 1999/12/14 18:31:20 roberto Exp roberto $ | 2 | ** $Id: ltests.c,v 1.2 1999/12/23 18:19:57 roberto Exp roberto $ |
| 3 | ** Internal Module for Debugging of the Lua Implementation | 3 | ** Internal Module for Debugging of the Lua Implementation |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -163,7 +163,7 @@ static void testC (lua_State *L) { | |||
| 163 | } | 163 | } |
| 164 | else if EQ("getparam") { | 164 | else if EQ("getparam") { |
| 165 | int n = getreg(L, &pc); | 165 | int n = getreg(L, &pc); |
| 166 | reg[n] = lua_getparam(L, getnum(&pc)+1); /* skips the commmand itself */ | 166 | reg[n] = lua_getparam(L, getnum(&pc)+1); /* skips the command itself */ |
| 167 | } | 167 | } |
| 168 | else if EQ("getresult") { | 168 | else if EQ("getresult") { |
| 169 | int n = getreg(L, &pc); | 169 | int n = getreg(L, &pc); |
