From 52aad0ab5937d4df6fe07aedbf9987f2f792698c Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 11 Feb 2000 14:52:54 -0200 Subject: removing implementation for better error messages (must rethink it...) --- lopcodes.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lopcodes.h') diff --git a/lopcodes.h b/lopcodes.h index c1ab4092..6da468f5 100644 --- a/lopcodes.h +++ b/lopcodes.h @@ -1,5 +1,5 @@ /* -** $Id: lopcodes.h,v 1.37 2000/01/25 13:57:18 roberto Exp roberto $ +** $Id: lopcodes.h,v 1.38 2000/01/28 16:53:00 roberto Exp roberto $ ** Opcodes for Lua virtual machine ** See Copyright Notice in lua.h */ @@ -104,9 +104,6 @@ CLOSURE,/* b c v_c-v_1 closure(CNST[b], v_c-v_1) */ SETLINEW,/* w - - LINE=w */ SETLINE,/* b - - LINE=b */ -SETNAMEW,/* w c - - NAME=CNST[w],c */ -SETNAME,/* b c - - NAME=CNST[b],c */ - LONGARGW,/* w (add w*(1<<16) to arg of next instruction) */ LONGARG /* b (add b*(1<<16) to arg of next instruction) */ -- cgit v1.2.3-55-g6feb