1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-05-18 05:23:22 -07:00

update lips

This commit is contained in:
Connor Olding 2016-04-10 08:43:07 -07:00
parent 35a3d1ee43
commit d19fd2d3ae

View File

@ -79,7 +79,7 @@ function Preproc:process(tokens)
if label:sub(1, 1) == '+' then
insert(plus_labels, rl)
elseif label:sub(1, 1) == '-' then
insert(minus_labels, rl)
insert(minus_labels, 1, rl)
else
error('Internal Error: unexpected token for relative label')
end