Explorar o código

* Refactor processorname -> suffix name for clarity of flow

Michael VAN CANNEYT %!s(int64=2) %!d(string=hai) anos
pai
achega
8fa058580f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/utils/fpc.pp

+ 1 - 1
compiler/utils/fpc.pp

@@ -54,7 +54,6 @@ const
   CrossSuffix = '';
 {$else not darwin}
   CrossSuffix = 'ross';
-
 {$endif not darwin}
 
 
@@ -219,6 +218,7 @@ begin
   end;
 end;
 
+
 function findcompiler(basecompiler, cpusuffix, exesuffix: string) : string;
 
 begin