mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 16:19:28 +02:00
* bugfix of webbug 4404
git-svn-id: trunk@1304 -
This commit is contained in:
parent
b2e1cf2610
commit
282f33100f
@ -44,7 +44,8 @@ unit typinfo;
|
||||
TFloatType = (ftSingle,ftDouble,ftExtended,ftComp,ftCurr);
|
||||
TMethodKind = (mkProcedure,mkFunction,mkConstructor,mkDestructor,
|
||||
mkClassProcedure, mkClassFunction);
|
||||
TParamFlags = set of (pfVar,pfConst,pfArray,pfAddress,pfReference,pfOut);
|
||||
TParamFlag = (pfVar,pfConst,pfArray,pfAddress,pfReference,pfOut);
|
||||
TParamFlags = set of TParamFlag;
|
||||
TIntfFlag = (ifHasGuid,ifDispInterface,ifDispatch,ifHasStrGUID);
|
||||
TIntfFlags = set of TIntfFlag;
|
||||
TIntfFlagsBase = set of TIntfFlag;
|
||||
|
Loading…
Reference in New Issue
Block a user