mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-23 01:53:17 +02:00
* dont' check for ppl files as they aren't used atm.
This commit is contained in:
parent
e558713f0c
commit
3385467467
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user