diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-03-07 12:55:38 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-03-07 12:55:38 -0300 |
commit | 4a1612ff9b968fe446bc4dd20460bfaccabeb3b3 (patch) | |
tree | aef8f8c476e0814c357ead6248a614fb0ca07eac /ljumptab.h | |
parent | 464658b16a1a539fd590e1696bfcfb572a77fe13 (diff) | |
download | lua-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |