diff options
Diffstat (limited to '')
-rw-r--r-- | lopcodes.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -406,7 +406,4 @@ LUAI_DDEC(const lu_byte luaP_opmodes[NUM_OPCODES];) | |||
406 | (((mm) << 7) | ((ot) << 6) | ((it) << 5) | ((t) << 4) | ((a) << 3) | (m)) | 406 | (((mm) << 7) | ((ot) << 6) | ((it) << 5) | ((t) << 4) | ((a) << 3) | (m)) |
407 | 407 | ||
408 | 408 | ||
409 | /* number of list items to accumulate before a SETLIST instruction */ | ||
410 | #define LFIELDS_PER_FLUSH 50 | ||
411 | |||
412 | #endif | 409 | #endif |