mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-18 18:31:41 +02:00
* fixed double unit usage
This commit is contained in:
parent
68c4c570c3
commit
7128b3fdd2
@ -41,7 +41,7 @@ implementation
|
||||
|
||||
uses
|
||||
{$ifdef replaceregdebug}cutils,{$endif}
|
||||
globtype, verbose, cgbase, procinfo, globals, daopt386, rgobj, rropt386;
|
||||
globtype, verbose, procinfo, globals, daopt386, rgobj, rropt386;
|
||||
|
||||
{
|
||||
function TaiInSequence(P: tai; Const Seq: TContent): Boolean;
|
||||
@ -2095,7 +2095,10 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.50 2003-11-22 00:40:19 jonas
|
||||
Revision 1.51 2003-11-22 13:10:32 jonas
|
||||
* fixed double unit usage
|
||||
|
||||
Revision 1.50 2003/11/22 00:40:19 jonas
|
||||
* fixed optimiser so it compiles again
|
||||
* fixed several bugs which were in there already for a long time, but
|
||||
which only popped up now :) -O2/-O3 will now optimise less than in
|
||||
|
@ -247,7 +247,7 @@ var
|
||||
Implementation
|
||||
|
||||
Uses
|
||||
globals, systems, verbose, cgbase, symconst, symsym, cgobj,
|
||||
globals, systems, verbose, symconst, symsym, cgobj,
|
||||
rgobj, procinfo;
|
||||
|
||||
Type
|
||||
@ -2705,7 +2705,10 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.54 2003-11-22 00:40:19 jonas
|
||||
Revision 1.55 2003-11-22 13:10:32 jonas
|
||||
* fixed double unit usage
|
||||
|
||||
Revision 1.54 2003/11/22 00:40:19 jonas
|
||||
* fixed optimiser so it compiles again
|
||||
* fixed several bugs which were in there already for a long time, but
|
||||
which only popped up now :) -O2/-O3 will now optimise less than in
|
||||
|
Loading…
Reference in New Issue
Block a user