Skip to content

Commit d4b26a4

Browse files
committed
Fixes duplicate labels in formatted output.
1 parent 0e711a8 commit d4b26a4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/compiler/parser-actions.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,6 @@ static bool SMB_E_LABEL_DEF(parse &s)
586586
if(v[name].is_defined())
587587
return false;
588588
s.current_params = 0;
589-
s.add_text(name);
590589
s.emit_label(s.label_prefix + name);
591590
return true;
592591
}

0 commit comments

Comments
 (0)