aboutsummaryrefslogtreecommitdiff
path: root/lvm.c
diff options
context:
space:
mode:
authorRoberto I <roberto@inf.puc-rio.br>2026-07-22 13:43:40 -0300
committerRoberto I <roberto@inf.puc-rio.br>2026-07-22 13:43:40 -0300
commitd5bbe955840c5c83e37ed19df4d392d7ba0970ed (patch)
tree35977691aabb3a65e96508d4277c2067991ee4e3 /lvm.c
parent9130ceb19d324472d135e8e644a01e8b16334c31 (diff)
downloadlua-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lvm.c b/lvm.c
index f83d47d1..986c7db8 100644
--- a/lvm.c
+++ b/lvm.c
@@ -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*/