mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 07:34:07 +00:00
Merge branch 'master' into v2.1
This commit is contained in:
commit
5f24b1d6d6
@ -85,7 +85,7 @@ end
|
|||||||
-- Resync CPP line numbers.
|
-- Resync CPP line numbers.
|
||||||
local function wsync()
|
local function wsync()
|
||||||
if g_synclineno ~= g_lineno and g_opt.cpp then
|
if g_synclineno ~= g_lineno and g_opt.cpp then
|
||||||
wline("# "..g_lineno..' "'..g_fname..'"')
|
wline("#line "..g_lineno..' "'..g_fname..'"')
|
||||||
g_synclineno = g_lineno
|
g_synclineno = g_lineno
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user