mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 18:07:56 +02:00
* do_optcse and do_consttovar now return rootnode rather than nil
This commit is contained in:
parent
19802bf597
commit
c9e3e96767
@ -592,7 +592,7 @@ unit optcse;
|
||||
writeln('====================================================================================');
|
||||
writeln;
|
||||
{$endif csedebug}
|
||||
result:=nil;
|
||||
result:=rootnode;
|
||||
end;
|
||||
|
||||
type
|
||||
@ -850,7 +850,7 @@ unit optcse;
|
||||
writeln('====================================================================================');
|
||||
writeln;
|
||||
{$endif csedebug}
|
||||
result:=nil;
|
||||
result:=rootnode;
|
||||
end;
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user