mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 14:39:24 +02:00
* formatting
git-svn-id: trunk@24580 -
This commit is contained in:
parent
b85addb451
commit
b734c17c4f
@ -650,12 +650,11 @@ implementation
|
|||||||
*****************************************************************************}
|
*****************************************************************************}
|
||||||
|
|
||||||
constructor tderefnode.create(l : tnode);
|
constructor tderefnode.create(l : tnode);
|
||||||
|
|
||||||
begin
|
begin
|
||||||
inherited create(derefn,l);
|
inherited create(derefn,l);
|
||||||
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
function tderefnode.pass_typecheck:tnode;
|
function tderefnode.pass_typecheck:tnode;
|
||||||
begin
|
begin
|
||||||
result:=nil;
|
result:=nil;
|
||||||
|
Loading…
Reference in New Issue
Block a user