mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-08 07:46:03 +02:00
* Fixed forgotten ;
This commit is contained in:
parent
9a5b7612b8
commit
b3c0d3b03c
@ -471,6 +471,8 @@ unit pmodules;
|
||||
{ set compiled flag }
|
||||
current_module^.compiled:=true;
|
||||
end;
|
||||
{$else Double_Checksum}
|
||||
;
|
||||
{$endif Double_checksum}
|
||||
{ the next unit }
|
||||
hp:=pmodule(hp^.next);
|
||||
@ -1339,7 +1341,10 @@ unit pmodules;
|
||||
end.
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.105 1999/03/26 00:05:38 peter
|
||||
|
Loading…
Reference in New Issue
Block a user