mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-18 09:49:17 +02:00
* typo
git-svn-id: trunk@9008 -
This commit is contained in:
parent
1ff6404114
commit
e58f71ae3d
@ -1565,7 +1565,7 @@ begin
|
||||
FCompilerVersion:=infosl[0];
|
||||
CPU:=StringToCPU(infosl[1]);
|
||||
OS:=StringToOS(infosl[2]);
|
||||
{$else HAS_UNIT_PROCESS}}
|
||||
{$else HAS_UNIT_PROCESS}
|
||||
if CPU=cpuNone then
|
||||
CPU:=StringToCPU({$I %FPCTARGETCPU%});
|
||||
if OS=osNone then
|
||||
|
Loading…
Reference in New Issue
Block a user