From 84e32ad2ebd6bd160c1320456743a5b1d8f233e9 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 23 Nov 2018 12:23:45 -0200 Subject: Added opcodes for arithmetic with K operands Added opcodes for all seven arithmetic operators with K operands (that is, operands that are numbers in the array of constants of the function). They cover the cases of constant float operands (e.g., 'x + .0.0', 'x^0.5') and large integer operands (e.g., 'x % 10000'). --- ltests.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ltests.h') diff --git a/ltests.h b/ltests.h index d44974a4..9d409c8d 100644 --- a/ltests.h +++ b/ltests.h @@ -119,7 +119,6 @@ LUA_API void *debug_realloc (void *ud, void *block, #undef LUAL_BUFFERSIZE #define LUAL_BUFFERSIZE 23 #define MINSTRTABSIZE 2 -#define MAXINDEXRK 1 #define MAXIWTHABS 3 -- cgit v1.2.3-55-g6feb