mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 12:46:06 +02:00
parent
e4f38da5bb
commit
b78a3fec98
@ -340,7 +340,7 @@ begin
|
|||||||
FLineNumberWidth:=4;
|
FLineNumberWidth:=4;
|
||||||
FIndentSize:=2;
|
FIndentSize:=2;
|
||||||
FExtraUnits:='';
|
FExtraUnits:='';
|
||||||
FOptions:=[woNoImplementation,woNoExternalClass,woNoExternalVar,woNoExternalFunc];
|
FOptions:=[woNoImplementation,woNoExternalClass,woNoExternalVar,woNoExternalFunc,woNoAsm];
|
||||||
end;
|
end;
|
||||||
|
|
||||||
destructor TStubCreator.Destroy;
|
destructor TStubCreator.Destroy;
|
||||||
|
Loading…
Reference in New Issue
Block a user