mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 17:49:13 +02:00
* indention and new line fixes
git-svn-id: trunk@25963 -
This commit is contained in:
parent
1a4584f4c6
commit
9fdd64e94c
@ -1001,8 +1001,6 @@ implementation
|
||||
hightree:=load_high_value_node(tparavarsym(tloadnode(left).symtableentry));
|
||||
hightree.free;
|
||||
end;
|
||||
|
||||
|
||||
end;
|
||||
pointerdef :
|
||||
begin
|
||||
@ -1065,12 +1063,13 @@ implementation
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure Tvecnode.mark_write;
|
||||
|
||||
procedure Tvecnode.mark_write;
|
||||
begin
|
||||
include(flags,nf_write);
|
||||
end;
|
||||
|
||||
|
||||
function tvecnode.pass_1 : tnode;
|
||||
begin
|
||||
result:=nil;
|
||||
|
Loading…
Reference in New Issue
Block a user