Browse Source

Rename conditional: INTFPPU => DEBUG_GENERATE_INTERFACE_PPU

Pierre Muller 1 year ago
parent
commit
167b5213d1
2 changed files with 3 additions and 3 deletions
  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;
          indirect_crc:=ppufile.indirect_crc;
 
 
          { end of implementation, to generate a correct ppufile
          { 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);
          ppufile.writeentry(ibendimplementation);
 
 
 {$ifdef Test_Double_checksum_write}
 {$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
 { 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 DEBUG_GENERATE_INTERFACE_PPU}
 
 
 {$ifdef Test_Double_checksum}
 {$ifdef Test_Double_checksum}
 const
 const
@@ -343,7 +343,7 @@ end;
 
 
 function tppufile.createfile:boolean;
 function tppufile.createfile:boolean;
 begin
 begin
-{$ifdef INTFPPU}
+{$ifdef DEBUG_GENERATE_INTERFACE_PPU}
   if crc_only then
   if crc_only then
    begin
    begin
      fname:=fname+'.intf';
      fname:=fname+'.intf';