mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 12:50:31 +02:00
* Fix bug id #37514 : type helper not recognized
git-svn-id: trunk@46319 -
This commit is contained in:
parent
67f5cc1003
commit
a78d5ba112
@ -340,7 +340,7 @@ begin
|
|||||||
FLineNumberWidth:=4;
|
FLineNumberWidth:=4;
|
||||||
FIndentSize:=2;
|
FIndentSize:=2;
|
||||||
FExtraUnits:='';
|
FExtraUnits:='';
|
||||||
FOptions:=[woNoImplementation,woNoExternalClass,woNoExternalVar,woNoExternalFunc,woNoAsm,woSkipPrivateExternals];
|
FOptions:=[woNoImplementation,woNoExternalClass,woNoExternalVar,woNoExternalFunc,woNoAsm,woSkipPrivateExternals,woAlwaysRecordHelper];
|
||||||
end;
|
end;
|
||||||
|
|
||||||
destructor TStubCreator.Destroy;
|
destructor TStubCreator.Destroy;
|
||||||
|
Loading…
Reference in New Issue
Block a user