+ not only add pfResult to the compiler, but also indeed to TParamFlag

git-svn-id: trunk@35291 -
This commit is contained in:
svenbarth 2017-01-13 16:40:09 +00:00
parent 5fa5ff1730
commit e827c28722

View File

@ -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);