diff options
Diffstat (limited to 'src/lstate.js')
-rw-r--r-- | src/lstate.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lstate.js b/src/lstate.js index 9046adf..6cd906d 100644 --- a/src/lstate.js +++ b/src/lstate.js @@ -12,7 +12,7 @@ const lfunc = require('./lfunc.js'); const ltm = require('./ltm.js'); const CT = defs.constant_types; const TS = defs.thread_status; -const LUA_NUMTAGS = defs.LUA_NUMTAGS; +const LUA_NUMTAGS = CT.LUA_NUMTAGS; const EXTRA_STACK = 5; |