mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 07:19:27 +02:00
* made behaviour of -CT parameters consistent with other parameters: instead
of -CTnoTargetSwitch, now you can (and have to) use -CTTargetSwitch- to disable it git-svn-id: trunk@23576 -
This commit is contained in:
parent
d82387ff72
commit
227bb7d850
@ -1358,10 +1358,10 @@ implementation
|
||||
tok:=GetToken(s,',');
|
||||
if tok='' then
|
||||
break;
|
||||
setstr:=upper(copy(tok,1,2));
|
||||
if setstr='NO' then
|
||||
setstr:=upper(copy(tok,length(tok),1));
|
||||
if setstr='-' then
|
||||
begin
|
||||
delete(tok,1,2);
|
||||
setlength(tok,length(tok)-1);
|
||||
doset:=false;
|
||||
end
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user