diff options
Diffstat (limited to 'meta/template/string.lua')
-rw-r--r-- | meta/template/string.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/template/string.lua b/meta/template/string.lua index 81bd1996..a2c80908 100644 --- a/meta/template/string.lua +++ b/meta/template/string.lua @@ -96,7 +96,7 @@ function string.pack(fmt, v1, v2, ...) end ---@return integer function string.packsize(fmt) end ----#if VERSION <= 5.1 then +---#if VERSION <= 5.1 and not JIT then ---#DES 'string.rep<5.1' ---@param s string ---@param n integer |