commit e833bd47c9c48f3235097b85f0e45f79ab5c00dd
parent b7ffb128cb63a1315e11b8e9490164654a1048ff
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Tue, 24 Oct 2000 14:05:37 -0200
comments
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lopcodes.h b/lopcodes.h
@@ -1,5 +1,5 @@
/*
-** $Id: lopcodes.h,v 1.66 2000/08/15 18:28:48 roberto Exp roberto $
+** $Id: lopcodes.h,v 1.67 2000/08/29 14:48:16 roberto Exp roberto $
** Opcodes for Lua virtual machine
** See Copyright Notice in lua.h
*/
@@ -91,7 +91,7 @@ OP_TAILCALL,/* A B v_n-v_1 f(at a) (return) f(v1,...,v_n) */
OP_PUSHNIL,/* U - nil_1-nil_u */
OP_POP,/* U a_u-a_1 - */
-OP_PUSHINT,/* S - (Number)s */
+OP_PUSHINT,/* S - (Number)s */
OP_PUSHSTRING,/* K - KSTR[k] */
OP_PUSHNUM,/* N - KNUM[n] */
OP_PUSHNEGNUM,/* N - -KNUM[n] */