* ORDERSOURCES released

This commit is contained in:
pierre 2000-02-29 21:58:31 +00:00
parent fa9047fa9e
commit 97417dcf26
3 changed files with 15 additions and 6 deletions

View File

@ -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)
type, check the directive HASFIXED (FK)
29/02/00 ORDERSOURCES released => PPU version change
this allows for a more correct include file hunting order.

View File

@ -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
}
}

View File

@ -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
}
}