aboutsummaryrefslogtreecommitdiff
path: root/ljumptab.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2018-03-07 12:55:38 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2018-03-07 12:55:38 -0300
commit4a1612ff9b968fe446bc4dd20460bfaccabeb3b3 (patch)
treeaef8f8c476e0814c357ead6248a614fb0ca07eac /ljumptab.h
parent464658b16a1a539fd590e1696bfcfb572a77fe13 (diff)
downloadlua-4a1612ff9b968fe446bc4dd20460bfaccabeb3b3.tar.gz
lua-4a1612ff9b968fe446bc4dd20460bfaccabeb3b3.tar.bz2
lua-4a1612ff9b968fe446bc4dd20460bfaccabeb3b3.zip
new experimental syntax using reserved word 'undef'
Diffstat (limited to 'ljumptab.h')
-rw-r--r--ljumptab.h2
1 files changed, 2 insertions, 0 deletions
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[] = {
78&&L_OP_GEI, 78&&L_OP_GEI,
79&&L_OP_TEST, 79&&L_OP_TEST,
80&&L_OP_TESTSET, 80&&L_OP_TESTSET,
81&&L_OP_UNDEF,
82&&L_OP_ISDEF,
81&&L_OP_CALL, 83&&L_OP_CALL,
82&&L_OP_TAILCALL, 84&&L_OP_TAILCALL,
83&&L_OP_RETURN, 85&&L_OP_RETURN,