From 94c794c8e06a848868509927eefde0741cd8bbe6 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Fri, 2 Nov 2018 16:11:23 +0100 Subject: Fix error with LuaJIT when ffi package isn't required --- docs/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index ff4b7a0..7b9b6ce 100644 --- a/docs/index.html +++ b/docs/index.html @@ -64,13 +64,13 @@


- Copyright © 2007-17 Asko Kauppi, Benoit Germain. All rights reserved. + Copyright © 2007-18 Asko Kauppi, Benoit Germain. All rights reserved.
Lua Lanes is published under the same MIT license as Lua 5.1, 5.2, and 5.3.

- This document was revised on 1-Aug-17, and applies to version 3.12. + This document was revised on 2-Nov-18, and applies to version 3.13.

@@ -324,7 +324,7 @@ nil/false/true - (Since v3.5.2) If equal to true, Lanes wraps all calls to the state's allocator function inside a mutex. Useful when running Lanes with LuaJIT, whose allocator is not threadsafe. + (Since v3.5.2) If equal to true, Lanes wraps all calls to the state's allocator function inside a mutex. Lanes autodetects this value for LuaJIT (the guess might be wrong if "ffi" isn't loaded though). Default is true when Lanes detects it is run by LuaJIT, else nil. -- cgit v1.2.3-55-g6feb