diff --git a/compiler/README b/compiler/README index c698670071..7c11f4ce00 100644 --- a/compiler/README +++ b/compiler/README @@ -81,4 +81,6 @@ Changes in the syntax or semantic of FPC: If still want to use it, you have to recompile the compiler with -dSUPPORT_FIXED and recompile the rtl with that compiler. To find out if the used compiler supports the fixed data - type, check the directive HASFIXED (FK) \ No newline at end of file + type, check the directive HASFIXED (FK) + 29/02/00 ORDERSOURCES released => PPU version change + this allows for a more correct include file hunting order. diff --git a/compiler/ppu.pas b/compiler/ppu.pas index 1b528b4d36..2a428cbca3 100644 --- a/compiler/ppu.pas +++ b/compiler/ppu.pas @@ -29,6 +29,7 @@ interface { Also write the ppu if only crc if done, this can be used with ppudump to see the differences between the intf and implementation } { define INTFPPU} +{$define ORDERSOURCES} {$ifdef Test_Double_checksum} var @@ -1005,7 +1006,10 @@ end; end. { $Log$ - Revision 1.55 2000-02-09 13:22:59 peter + Revision 1.56 2000-02-29 21:58:31 pierre + * ORDERSOURCES released + + Revision 1.55 2000/02/09 13:22:59 peter * log truncated Revision 1.54 2000/01/07 01:14:30 peter @@ -1074,4 +1078,4 @@ end. * C alignment added for records * PPU version increased to solve .12 <-> .13 probs -} +} \ No newline at end of file diff --git a/compiler/symppu.inc b/compiler/symppu.inc index b5e39ed0e1..41e5791449 100644 --- a/compiler/symppu.inc +++ b/compiler/symppu.inc @@ -31,7 +31,7 @@ {$ENDIF} {$ENDIF} -{ define ORDERSOURCES} +{$define ORDERSOURCES} {***************************************************************************** PPU Writing @@ -734,7 +734,10 @@ { $Log$ - Revision 1.59 2000-02-09 13:23:05 peter + Revision 1.60 2000-02-29 21:58:31 pierre + * ORDERSOURCES released + + Revision 1.59 2000/02/09 13:23:05 peter * log truncated Revision 1.58 2000/01/07 01:14:40 peter @@ -790,4 +793,4 @@ * moved bitmask constants to sets * some other type/const renamings -} +} \ No newline at end of file