diff options
Diffstat (limited to 'src/lanes.cpp')
-rw-r--r-- | src/lanes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lanes.cpp b/src/lanes.cpp index bd5f69e..a82e4ba 100644 --- a/src/lanes.cpp +++ b/src/lanes.cpp | |||
@@ -684,7 +684,7 @@ LUAG_FUNC(configure) | |||
684 | STACK_CHECK(L_, 1); | 684 | STACK_CHECK(L_, 1); |
685 | 685 | ||
686 | // Serialize calls to 'require' from now on, also in the primary state | 686 | // Serialize calls to 'require' from now on, also in the primary state |
687 | serialize_require(L_); | 687 | tools::SerializeRequire(L_); |
688 | 688 | ||
689 | // Retrieve main module interface table | 689 | // Retrieve main module interface table |
690 | lua_pushvalue(L_, lua_upvalueindex(2)); // L_: settings M | 690 | lua_pushvalue(L_, lua_upvalueindex(2)); // L_: settings M |