Browse Source

Rename conditional: INTFPPU => DEBUG_GENERATE_INTERFACE_PPU

Pierre Muller 1 năm trước cách đây
mục cha
commit
167b5213d1
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 1 1
      compiler/fppu.pas
  2. 2 2
      compiler/ppu.pas

+ 1 - 1
compiler/fppu.pas

@@ -1906,7 +1906,7 @@ var
          indirect_crc:=ppufile.indirect_crc;
 
          { end of implementation, to generate a correct ppufile
-           for ppudump when using INTFPPU define }
+           for ppudump when using DEBUG_GENERATE_INTERFACE_PPU define }
          ppufile.writeentry(ibendimplementation);
 
 {$ifdef Test_Double_checksum_write}

+ 2 - 2
compiler/ppu.pas

@@ -30,7 +30,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 DEBUG_GENERATE_INTERFACE_PPU}
 
 {$ifdef Test_Double_checksum}
 const
@@ -343,7 +343,7 @@ end;
 
 function tppufile.createfile:boolean;
 begin
-{$ifdef INTFPPU}
+{$ifdef DEBUG_GENERATE_INTERFACE_PPU}
   if crc_only then
    begin
      fname:=fname+'.intf';