mirror of
https://github.com/notwa/mm
synced 2025-02-05 05:23:22 -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
|
if label:sub(1, 1) == '+' then
|
||||||
insert(plus_labels, rl)
|
insert(plus_labels, rl)
|
||||||
elseif label:sub(1, 1) == '-' then
|
elseif label:sub(1, 1) == '-' then
|
||||||
insert(minus_labels, rl)
|
insert(minus_labels, 1, rl)
|
||||||
else
|
else
|
||||||
error('Internal Error: unexpected token for relative label')
|
error('Internal Error: unexpected token for relative label')
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue