From 043dfbed7c500ba58d44da808c403575e4b83f38 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Wed, 31 May 2017 13:08:00 +1000 Subject: LUA_NUMTAGS is inside constant_types --- src/lstate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lstate.js') 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; -- cgit v1.2.3-54-g00ecf