mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 03:49:19 +02:00
* unified formatting
git-svn-id: trunk@20700 -
This commit is contained in:
parent
79a77ae7d6
commit
fecafd8bb7
@ -470,7 +470,7 @@ implementation
|
|||||||
newblock : tnode;
|
newblock : tnode;
|
||||||
begin
|
begin
|
||||||
{ for easy exiting if something goes wrong }
|
{ for easy exiting if something goes wrong }
|
||||||
result := cerrornode.create;
|
result:=cerrornode.create;
|
||||||
|
|
||||||
consume(_LKLAMMER);
|
consume(_LKLAMMER);
|
||||||
paras:=parse_paras(false,false,_RKLAMMER);
|
paras:=parse_paras(false,false,_RKLAMMER);
|
||||||
|
Loading…
Reference in New Issue
Block a user