summaryrefslogtreecommitdiff
path: root/meta/template/math.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/template/math.lua')
-rw-r--r--meta/template/math.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/template/math.lua b/meta/template/math.lua
index dc895bb7..e415bae6 100644
--- a/meta/template/math.lua
+++ b/meta/template/math.lua
@@ -99,7 +99,7 @@ function math.frexp(x) end
---@return number
function math.ldexp(m, e) end
----#if VERSION <= 5.1 then
+---#if VERSION <= 5.1 and not JIT then
---#DES 'math.log<5.1'
---@param x number
---@return number