mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 22:29:24 +02:00
+ not only add pfResult to the compiler, but also indeed to TParamFlag
git-svn-id: trunk@35291 -
This commit is contained in:
parent
5fa5ff1730
commit
e827c28722
@ -56,7 +56,7 @@ unit typinfo;
|
||||
mkClassProcedure,mkClassFunction,mkClassConstructor,
|
||||
mkClassDestructor,mkOperatorOverload);
|
||||
TParamFlag = (pfVar,pfConst,pfArray,pfAddress,pfReference,pfOut,pfConstRef
|
||||
{$ifndef VER3_0},pfHidden,pfHigh,pfSelf,pfVmt{$endif VER3_0}
|
||||
{$ifndef VER3_0},pfHidden,pfHigh,pfSelf,pfVmt,pfResult{$endif VER3_0}
|
||||
);
|
||||
TParamFlags = set of TParamFlag;
|
||||
TIntfFlag = (ifHasGuid,ifDispInterface,ifDispatch,ifHasStrGUID);
|
||||
|
Loading…
Reference in New Issue
Block a user