@@ -23,9 +23,7 @@ Interface
Type
bestreal = double;
-{$if FPC_FULLVERSION>20700}
bestrealrec = TDoubleRec;
-{$endif FPC_FULLVERSION>20700}
ts32real = single;
ts64real = double;
ts80real = type extended;
@@ -36,7 +36,7 @@ uses
{$ifdef WATCOM}
emu387,
{$endif WATCOM}
-{$if defined(unix) and (FPC_FULLVERSION>20700)}
+{$if defined(unix)}
{ system code page stuff for unix }
unixcp,
fpwidestring,
@@ -197,7 +197,7 @@ procedure InitCompiler(const cmd:TCmdStr);
begin
if CompilerInited then
DoneCompiler;
{ Set default code page for ansistrings on unix-like systems }
DefaultSystemCodePage:=GetSystemCodePage;
{$endif}
@@ -32,9 +32,6 @@ implementation
uses
SysUtils,
-{$if FPC_FULLVERSION<20700}
- ccharset,
-{$endif}
cclasses,widestr,
cutils,globtype,globals,systems,
symbase,symconst,symtype,symdef,symsym,symtable,
@@ -24,13 +24,11 @@ Interface
bestreal = extended;
{$ifdef FPC_HAS_TYPE_EXTENDED}
bestrealrec = TExtended80Rec;
{$else}
@@ -30,9 +30,7 @@ Interface
ts80real = extended;
ts80real = type double;
@@ -1121,7 +1121,7 @@ implementation
end;
-{$if (FPC_FULLVERSION>20700) and not defined(FPC_SOFT_FPUX80)}
+{$if not defined(FPC_SOFT_FPUX80)}
{ bestrealrec is 2.7.1+ only }
{ replace .../const by a multiplication, but only if fastmath is enabled or
@@ -1170,7 +1170,7 @@ implementation
else
;
+{$endif not defined(FPC_SOFT_FPUX80)}
{ first, we handle widestrings, so we can check later for }
{ stringconstn only }
@@ -95,7 +95,7 @@ implementation
widestr,
- {$if FPC_FULLVERSION<20700}ccharset{$else}charset{$endif},
+ charset,
version,
cutils,cmsgs,
@@ -23,9 +23,7 @@ uses
type
@@ -291,11 +291,7 @@ implementation
cpuinfo,
fmodule,fppu,
{ this is needed for $I %CURRENTROUTINE%}
- procinfo
- ,ccharset
- ;
+ procinfo;
var
{ dictionaries with the supported directives }
@@ -30,9 +30,7 @@ uses
@@ -30,13 +30,11 @@ Interface