From 4a1612ff9b968fe446bc4dd20460bfaccabeb3b3 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 7 Mar 2018 12:55:38 -0300 Subject: new experimental syntax using reserved word 'undef' --- ljumptab.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ljumptab.h') diff --git a/ljumptab.h b/ljumptab.h index ac6a0357..f9783ffb 100644 --- a/ljumptab.h +++ b/ljumptab.h @@ -78,6 +78,8 @@ static void *disptab[] = { &&L_OP_GEI, &&L_OP_TEST, &&L_OP_TESTSET, +&&L_OP_UNDEF, +&&L_OP_ISDEF, &&L_OP_CALL, &&L_OP_TAILCALL, &&L_OP_RETURN, -- cgit v1.2.3-55-g6feb