mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 12:49:16 +02:00
* indentation fix
git-svn-id: branches/z80@44423 -
This commit is contained in:
parent
086ae1fc29
commit
c8ec4731e1
@ -272,7 +272,7 @@ unit agz80asm;
|
|||||||
s:=tostr(tai_const(hp).value);
|
s:=tostr(tai_const(hp).value);
|
||||||
writer.AsmWrite(s);
|
writer.AsmWrite(s);
|
||||||
inc(l,length(s));
|
inc(l,length(s));
|
||||||
inc(tokens);
|
inc(tokens);
|
||||||
if (l>line_length) or
|
if (l>line_length) or
|
||||||
(tokens>max_tokens) or
|
(tokens>max_tokens) or
|
||||||
(hp.next=nil) or
|
(hp.next=nil) or
|
||||||
|
Loading…
Reference in New Issue
Block a user