From 4894c2796277b47b0ffc8983e8231d2cc95ee09b Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 4 Dec 2000 16:33:40 -0200 Subject: lua_Number defined in lua.h (1st version) --- lopcodes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lopcodes.h') diff --git a/lopcodes.h b/lopcodes.h index 927390d0..5c9ffe59 100644 --- a/lopcodes.h +++ b/lopcodes.h @@ -1,5 +1,5 @@ /* -** $Id: lopcodes.h,v 1.67 2000/08/29 14:48:16 roberto Exp roberto $ +** $Id: lopcodes.h,v 1.68 2000/10/24 16:05:59 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 - (lua_Number)s */ OP_PUSHSTRING,/* K - KSTR[k] */ OP_PUSHNUM,/* N - KNUM[n] */ OP_PUSHNEGNUM,/* N - -KNUM[n] */ -- cgit v1.2.3-55-g6feb