aboutsummaryrefslogtreecommitdiff
path: root/lopcodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'lopcodes.h')
-rw-r--r--lopcodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lopcodes.h b/lopcodes.h
index b506edc0..71a712f2 100644
--- a/lopcodes.h
+++ b/lopcodes.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lopcodes.h,v 1.51 2000/03/24 17:26:08 roberto Exp roberto $ 2** $Id: lopcodes.h,v 1.52 2000/03/24 19:49:23 roberto Exp roberto $
3** Opcodes for Lua virtual machine 3** Opcodes for Lua virtual machine
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -137,7 +137,7 @@ OP_JMP,/* J - - PC+=s */
137 137
138OP_PUSHNILJMP,/* - - nil PC++; */ 138OP_PUSHNILJMP,/* - - nil PC++; */
139 139
140OP_CLOSURE,/* A B v_b-v_1 closure(CNST[a], v_1-v_b) */ 140OP_CLOSURE,/* A B v_b-v_1 closure(KPROTO[a], v_1-v_b) */
141 141
142OP_SETLINE/* U - - LINE=u */ 142OP_SETLINE/* U - - LINE=u */
143 143