diff options
| author | Roberto I <roberto@inf.puc-rio.br> | 2026-07-22 13:43:40 -0300 |
|---|---|---|
| committer | Roberto I <roberto@inf.puc-rio.br> | 2026-07-22 13:43:40 -0300 |
| commit | d5bbe955840c5c83e37ed19df4d392d7ba0970ed (patch) | |
| tree | 35977691aabb3a65e96508d4277c2067991ee4e3 /lvm.c | |
| parent | 9130ceb19d324472d135e8e644a01e8b16334c31 (diff) | |
| download | lua-d5bbe955840c5c83e37ed19df4d392d7ba0970ed.tar.gz lua-d5bbe955840c5c83e37ed19df4d392d7ba0970ed.tar.bz2 lua-d5bbe955840c5c83e37ed19df4d392d7ba0970ed.zip | |
Details
- Some api_checknelems changed to the more restrict api_checkpop.
- Added a class to the html for APIs in the manual.
- Comments and manual.
Diffstat (limited to 'lvm.c')
| -rw-r--r-- | lvm.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -925,7 +925,7 @@ void luaV_finishOp (lua_State *L) { | |||
| 925 | ** Macros for arithmetic/bitwise/comparison opcodes in 'luaV_execute' | 925 | ** Macros for arithmetic/bitwise/comparison opcodes in 'luaV_execute' |
| 926 | ** | 926 | ** |
| 927 | ** All these macros are to be used exclusively inside the main | 927 | ** All these macros are to be used exclusively inside the main |
| 928 | ** iterpreter loop (function luaV_execute) and may access directly | 928 | ** interpreter loop (function luaV_execute) and may access directly |
| 929 | ** the local variables of that function (L, i, pc, ci, etc.). | 929 | ** the local variables of that function (L, i, pc, ci, etc.). |
| 930 | ** =================================================================== | 930 | ** =================================================================== |
| 931 | */ | 931 | */ |
