aboutsummaryrefslogtreecommitdiff
path: root/lopcodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'lopcodes.h')
-rw-r--r--lopcodes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lopcodes.h b/lopcodes.h
index faae8597..fabeeb0e 100644
--- a/lopcodes.h
+++ b/lopcodes.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lopcodes.h,v 1.23 1999/02/08 18:54:19 roberto Exp roberto $ 2** $Id: lopcodes.h,v 1.24 1999/02/09 15:58:45 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*/
@@ -27,8 +27,8 @@ POPDUP,/* b v v TOP-=b */
27PUSHNUMBERW,/* w - (float)w */ 27PUSHNUMBERW,/* w - (float)w */
28PUSHNUMBER,/* b - (float)b */ 28PUSHNUMBER,/* b - (float)b */
29 29
30PUSHNEGW,/* w - (float)-w */ 30PUSHNUMBERNEGW,/* w - (float)-w */
31PUSHNEG,/* b - (float)-b */ 31PUSHNUMBERNEG,/* b - (float)-b */
32 32
33PUSHCONSTANTW,/*w - CNST[w] */ 33PUSHCONSTANTW,/*w - CNST[w] */
34PUSHCONSTANT,/* b - CNST[b] */ 34PUSHCONSTANT,/* b - CNST[b] */