mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-07-12 20:31:25 -07:00
wip: cube_g4_face is bugged
This commit is contained in:
+4
-1
@@ -345,7 +345,10 @@ function M.split_top_level_commas(body)
|
||||
token_start = i
|
||||
else
|
||||
local nx = M.skip_str_or_cmt(body, i)
|
||||
if nx > i then i = nx; token_start = nx else i = i + 1 end
|
||||
-- Don't advance token_start on skip: a trailing `/* ... */` after
|
||||
-- a macro call is part of the current entry's chunk, not the
|
||||
-- start of the next one.
|
||||
if nx > i then i = nx else i = i + 1 end
|
||||
end
|
||||
end
|
||||
local last = body:sub(token_start)
|
||||
|
||||
Reference in New Issue
Block a user