summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m>2018-11-02 16:11:23 +0100
committerBenoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m>2018-11-02 16:11:23 +0100
commitc61bceb0281c61d1ba7f486a381519c26bb700dc (patch)
tree1400020ccd342d6142f12922afe381d7289d7d07
parent5adb66b9246ae73f81c28c14e006d89df033318a (diff)
downloadlanes-c61bceb0281c61d1ba7f486a381519c26bb700dc.tar.gz
lanes-c61bceb0281c61d1ba7f486a381519c26bb700dc.tar.bz2
lanes-c61bceb0281c61d1ba7f486a381519c26bb700dc.zip
Fix error with LuaJIT when ffi package isn't required
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index ff4b7a0..7b9b6ce 100644
--- a/index.html
+++ b/index.html
@@ -64,13 +64,13 @@
64 <font size="-1"> 64 <font size="-1">
65 <p> 65 <p>
66 <br/> 66 <br/>
67 <i>Copyright &copy; 2007-17 Asko Kauppi, Benoit Germain. All rights reserved.</i> 67 <i>Copyright &copy; 2007-18 Asko Kauppi, Benoit Germain. All rights reserved.</i>
68 <br/> 68 <br/>
69 Lua Lanes is published under the same <a href="http://en.wikipedia.org/wiki/MIT_License">MIT license</a> as Lua 5.1, 5.2, and 5.3. 69 Lua Lanes is published under the same <a href="http://en.wikipedia.org/wiki/MIT_License">MIT license</a> as Lua 5.1, 5.2, and 5.3.
70 </p> 70 </p>
71 71
72 <p> 72 <p>
73 This document was revised on 1-Aug-17, and applies to version <tt>3.12</tt>. 73 This document was revised on 2-Nov-18, and applies to version <tt>3.13</tt>.
74 </p> 74 </p>
75 </font> 75 </font>
76 </center> 76 </center>
@@ -324,7 +324,7 @@
324 <tt>nil</tt>/<tt>false</tt>/<tt>true</tt> 324 <tt>nil</tt>/<tt>false</tt>/<tt>true</tt>
325 </td> 325 </td>
326 <td> 326 <td>
327 (Since v3.5.2) If equal to <tt>true</tt>, Lanes wraps all calls to the state's allocator function inside a mutex. Useful when running Lanes with LuaJIT, whose allocator is not threadsafe. 327 (Since v3.5.2) If equal to <tt>true</tt>, 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 <tt>"ffi"</tt> isn't loaded though).
328 Default is <tt>true</tt> when Lanes detects it is run by LuaJIT, else <tt>nil</tt>. 328 Default is <tt>true</tt> when Lanes detects it is run by LuaJIT, else <tt>nil</tt>.
329 </td> 329 </td>
330 </tr> 330 </tr>