mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-28 23:39:33 +02:00
parent
6cbab40b52
commit
99551dc6b2
@ -340,7 +340,7 @@ begin
|
|||||||
FLineNumberWidth:=4;
|
FLineNumberWidth:=4;
|
||||||
FIndentSize:=2;
|
FIndentSize:=2;
|
||||||
FExtraUnits:='';
|
FExtraUnits:='';
|
||||||
FOptions:=[woNoImplementation,woNoExternalClass,woNoExternalVar,woNoExternalFunc,woNoAsm];
|
FOptions:=[woNoImplementation,woNoExternalClass,woNoExternalVar,woNoExternalFunc,woNoAsm,woSkipPrivateExternals];
|
||||||
end;
|
end;
|
||||||
|
|
||||||
destructor TStubCreator.Destroy;
|
destructor TStubCreator.Destroy;
|
||||||
|
Loading…
Reference in New Issue
Block a user