mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 12:39:24 +02:00
parent
e6361c634c
commit
f787468412
@ -284,7 +284,7 @@ begin
|
|||||||
else if s = '--warn-no-node' then
|
else if s = '--warn-no-node' then
|
||||||
FCreator.Options.WarnNoNode := True
|
FCreator.Options.WarnNoNode := True
|
||||||
else if s = '--show-private' then
|
else if s = '--show-private' then
|
||||||
FCreator.Options.ShowPrivate := False
|
FCreator.Options.ShowPrivate := True
|
||||||
else if s = '--stop-on-parser-error' then
|
else if s = '--stop-on-parser-error' then
|
||||||
FCreator.Options.StopOnParseError := True
|
FCreator.Options.StopOnParseError := True
|
||||||
else if s = '--dont-trim' then
|
else if s = '--dont-trim' then
|
||||||
|
Loading…
Reference in New Issue
Block a user