aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/extensions.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/extensions.html b/doc/extensions.html
index 4668e192e..099fd6760 100644
--- a/doc/extensions.html
+++ b/doc/extensions.html
@@ -435,6 +435,9 @@ floor division operator <tt>//</tt>,
435compound assignment metamethods, 435compound assignment metamethods,
436named vararg parameter <tt>...name</tt>. 436named vararg parameter <tt>...name</tt>.
437</p> 437</p>
438<p>
439Bytecode that uses a bit operator can only be loaded by LuaJIT 2.1.1784535649 or higher.
440</p>
438 441
439<h2 id="exceptions">C++ Exception Interoperability</h2> 442<h2 id="exceptions">C++ Exception Interoperability</h2>
440<p> 443<p>