diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-26 14:43:28 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-26 14:43:28 +0800 |
commit | df278295f7287ed5b140956ccb89cda4c8ba2bc3 (patch) | |
tree | 3450eeabb67a4db74d26f41819500391aed6df0d /meta/template/math.lua | |
parent | 0b5acbfd5b8e9a76d4b021fd438a54eceb86f3f9 (diff) | |
download | lua-language-server-df278295f7287ed5b140956ccb89cda4c8ba2bc3.zip |
fix #620
Diffstat (limited to 'meta/template/math.lua')
-rw-r--r-- | meta/template/math.lua | 2 |
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 |