* dont' check for ppl files as they aren't used atm.

This commit is contained in:
peter 2000-02-10 16:00:23 +00:00
parent e558713f0c
commit 3385467467

View File

@ -982,6 +982,7 @@ end;
singlepathstring:=FixPath(s,false); singlepathstring:=FixPath(s,false);
if not onlysource then if not onlysource then
begin begin
{$ifdef CHECKPPL}
{ Check for PPL file } { Check for PPL file }
if not Found then if not Found then
begin begin
@ -992,6 +993,7 @@ end;
Found:=OpenPPU; Found:=OpenPPU;
End; End;
end; end;
{$endif CHECKPPL}
{ Check for PPU file } { Check for PPU file }
if not Found then if not Found then
begin begin
@ -1355,7 +1357,10 @@ end;
end. end.
{ {
$Log$ $Log$
Revision 1.114 2000-02-09 13:22:52 peter Revision 1.115 2000-02-10 16:00:23 peter
* dont' check for ppl files as they aren't used atm.
Revision 1.114 2000/02/09 13:22:52 peter
* log truncated * log truncated
Revision 1.113 2000/01/11 09:52:06 peter Revision 1.113 2000/01/11 09:52:06 peter