mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 14:13:15 +02:00
* use not unsetbool for -WI-
git-svn-id: trunk@2277 -
This commit is contained in:
parent
45176ea2a8
commit
daa0be6ed1
@ -1127,7 +1127,7 @@ begin
|
||||
end;
|
||||
'I':
|
||||
begin
|
||||
GenerateImportSection:=UnsetBool(More,j);
|
||||
GenerateImportSection:=not UnsetBool(More,j);
|
||||
end;
|
||||
'N':
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user