mirror of
https://github.com/notwa/mm
synced 2024-11-04 22:39:02 -08:00
update lips
This commit is contained in:
parent
35a3d1ee43
commit
d19fd2d3ae
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue