Blame SOURCES/0029-Fix-LuaJIT-API-docs-for-LUAJIT_MODE_.patch

006bc1
From c88602f080dcafea6ba222a2f7cc1ea0e41ef3cc Mon Sep 17 00:00:00 2001
006bc1
From: Mike Pall <mike>
006bc1
Date: Thu, 18 Jan 2018 12:29:39 +0100
006bc1
Subject: [PATCH 29/72] Fix LuaJIT API docs for LUAJIT_MODE_*.
006bc1
006bc1
Thanks to sunfishgao.
006bc1
---
006bc1
 doc/ext_c_api.html | 4 ++--
006bc1
 1 file changed, 2 insertions(+), 2 deletions(-)
006bc1
006bc1
diff --git a/doc/ext_c_api.html b/doc/ext_c_api.html
006bc1
index 041a722..4bb8251 100644
006bc1
--- a/doc/ext_c_api.html
006bc1
+++ b/doc/ext_c_api.html
006bc1
@@ -89,8 +89,8 @@ other Lua/C API functions).
006bc1
 

006bc1
 

006bc1
 The third argument specifies the mode, which is 'or'ed with a flag.
006bc1
-The flag can be <tt>LUAJIT_MODE_OFF</tt> to turn a feature on,
006bc1
-<tt>LUAJIT_MODE_ON</tt> to turn a feature off, or
006bc1
+The flag can be <tt>LUAJIT_MODE_OFF</tt> to turn a feature off,
006bc1
+<tt>LUAJIT_MODE_ON</tt> to turn a feature on, or
006bc1
 <tt>LUAJIT_MODE_FLUSH</tt> to flush cached code.
006bc1
 

006bc1
 

006bc1
-- 
006bc1
2.20.1
006bc1