mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 07:26:18 +02:00
* Fixed forgotten ;
This commit is contained in:
parent
9a5b7612b8
commit
b3c0d3b03c
@ -471,6 +471,8 @@ unit pmodules;
|
|||||||
{ set compiled flag }
|
{ set compiled flag }
|
||||||
current_module^.compiled:=true;
|
current_module^.compiled:=true;
|
||||||
end;
|
end;
|
||||||
|
{$else Double_Checksum}
|
||||||
|
;
|
||||||
{$endif Double_checksum}
|
{$endif Double_checksum}
|
||||||
{ the next unit }
|
{ the next unit }
|
||||||
hp:=pmodule(hp^.next);
|
hp:=pmodule(hp^.next);
|
||||||
@ -1339,7 +1341,10 @@ unit pmodules;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.106 1999-04-07 15:39:30 pierre
|
Revision 1.107 1999-04-08 10:53:54 michael
|
||||||
|
* Fixed forgotten ;
|
||||||
|
|
||||||
|
Revision 1.106 1999/04/07 15:39:30 pierre
|
||||||
+ double_checksum code added
|
+ double_checksum code added
|
||||||
|
|
||||||
Revision 1.105 1999/03/26 00:05:38 peter
|
Revision 1.105 1999/03/26 00:05:38 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user