* do_optcse and do_consttovar now return rootnode rather than nil

This commit is contained in:
J. Gareth "Curious Kit" Moreton 2022-05-28 23:32:45 +01:00 committed by J. Gareth "Kit" Moreton
parent 19802bf597
commit c9e3e96767

View File

@ -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.