diff options
author | Mike Pall <mike> | 2018-01-18 12:29:55 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2018-01-18 12:29:55 +0100 |
commit | 80aaaeee99d7f7b06c9e75ed3a457c49d86fc4db (patch) | |
tree | 9d4b4d64d61e938ce4c516be343ea50a2cbf9333 | |
parent | 9eaad8574f5b2271b981cd31966b1e832cd8de12 (diff) | |
parent | c88602f080dcafea6ba222a2f7cc1ea0e41ef3cc (diff) | |
download | luajit-80aaaeee99d7f7b06c9e75ed3a457c49d86fc4db.tar.gz luajit-80aaaeee99d7f7b06c9e75ed3a457c49d86fc4db.tar.bz2 luajit-80aaaeee99d7f7b06c9e75ed3a457c49d86fc4db.zip |
Merge branch 'master' into v2.1
Diffstat (limited to '')
-rw-r--r-- | doc/ext_c_api.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ext_c_api.html b/doc/ext_c_api.html index ad462c63..b2c4acca 100644 --- a/doc/ext_c_api.html +++ b/doc/ext_c_api.html | |||
@@ -91,8 +91,8 @@ other Lua/C API functions). | |||
91 | </p> | 91 | </p> |
92 | <p> | 92 | <p> |
93 | The third argument specifies the mode, which is 'or'ed with a flag. | 93 | The third argument specifies the mode, which is 'or'ed with a flag. |
94 | The flag can be <tt>LUAJIT_MODE_OFF</tt> to turn a feature on, | 94 | The flag can be <tt>LUAJIT_MODE_OFF</tt> to turn a feature off, |
95 | <tt>LUAJIT_MODE_ON</tt> to turn a feature off, or | 95 | <tt>LUAJIT_MODE_ON</tt> to turn a feature on, or |
96 | <tt>LUAJIT_MODE_FLUSH</tt> to flush cached code. | 96 | <tt>LUAJIT_MODE_FLUSH</tt> to flush cached code. |
97 | </p> | 97 | </p> |
98 | <p> | 98 | <p> |