Browse Source

* ORDERSOURCES released

pierre 25 years ago
parent
commit
97417dcf26
3 changed files with 15 additions and 6 deletions
  1. 3 1
      compiler/README
  2. 6 2
      compiler/ppu.pas
  3. 6 3
      compiler/symppu.inc

+ 3 - 1
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
              If still want to use it, you have to recompile the compiler
              with -dSUPPORT_FIXED and recompile the rtl with that compiler.
              with -dSUPPORT_FIXED and recompile the rtl with that compiler.
              To find out if the used compiler supports the fixed data
              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.

+ 6 - 2
compiler/ppu.pas

@@ -29,6 +29,7 @@ interface
 { Also write the ppu if only crc if done, this can be used with ppudump to
 { Also write the ppu if only crc if done, this can be used with ppudump to
   see the differences between the intf and implementation }
   see the differences between the intf and implementation }
 { define INTFPPU}
 { define INTFPPU}
+{$define ORDERSOURCES}
 
 
 {$ifdef Test_Double_checksum}
 {$ifdef Test_Double_checksum}
 var
 var
@@ -1005,7 +1006,10 @@ end;
 end.
 end.
 {
 {
   $Log$
   $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
     * log truncated
 
 
   Revision 1.54  2000/01/07 01:14:30  peter
   Revision 1.54  2000/01/07 01:14:30  peter
@@ -1074,4 +1078,4 @@ end.
     * C alignment added for records
     * C alignment added for records
     * PPU version increased to solve .12 <-> .13 probs
     * PPU version increased to solve .12 <-> .13 probs
 
 
-}
+}

+ 6 - 3
compiler/symppu.inc

@@ -31,7 +31,7 @@
     {$ENDIF}
     {$ENDIF}
 {$ENDIF}
 {$ENDIF}
 
 
-{ define ORDERSOURCES}
+{$define ORDERSOURCES}
 
 
 {*****************************************************************************
 {*****************************************************************************
                                  PPU Writing
                                  PPU Writing
@@ -734,7 +734,10 @@
 
 
 {
 {
   $Log$
   $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
     * log truncated
 
 
   Revision 1.58  2000/01/07 01:14:40  peter
   Revision 1.58  2000/01/07 01:14:40  peter
@@ -790,4 +793,4 @@
     * moved bitmask constants to sets
     * moved bitmask constants to sets
     * some other type/const renamings
     * some other type/const renamings
 
 
-}
+}