mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
Fix LuaJIT API docs for LUAJIT_MODE_*.
Thanks to sunfishgao.
This commit is contained in:
parent
430d9f8f7e
commit
c88602f080
@ -89,8 +89,8 @@ other Lua/C API functions).
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The third argument specifies the mode, which is 'or'ed with a flag.
|
The third argument specifies the mode, which is 'or'ed with a flag.
|
||||||
The flag can be <tt>LUAJIT_MODE_OFF</tt> to turn a feature on,
|
The flag can be <tt>LUAJIT_MODE_OFF</tt> to turn a feature off,
|
||||||
<tt>LUAJIT_MODE_ON</tt> to turn a feature off, or
|
<tt>LUAJIT_MODE_ON</tt> to turn a feature on, or
|
||||||
<tt>LUAJIT_MODE_FLUSH</tt> to flush cached code.
|
<tt>LUAJIT_MODE_FLUSH</tt> to flush cached code.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user