mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 12:39:39 +02:00
* small corrections (grammar, casing, typo) for the comment for TCallConv
git-svn-id: trunk@42802 -
This commit is contained in:
parent
3df9552444
commit
2002650a23
@ -95,8 +95,8 @@ unit TypInfo;
|
|||||||
TIntfFlagsBase = set of TIntfFlag;
|
TIntfFlagsBase = set of TIntfFlag;
|
||||||
|
|
||||||
// don't rely on integer values of TCallConv since it includes all conventions
|
// don't rely on integer values of TCallConv since it includes all conventions
|
||||||
// which both delphi and fpc support. In the future delphi can support more and
|
// which both Delphi and FPC support. In the future Delphi can support more and
|
||||||
// fpc own conventions will be shifted/reordered accordinly
|
// FPC's own conventions will be shifted/reordered accordingly
|
||||||
TCallConv = (ccReg, ccCdecl, ccPascal, ccStdCall, ccSafeCall,
|
TCallConv = (ccReg, ccCdecl, ccPascal, ccStdCall, ccSafeCall,
|
||||||
ccCppdecl, ccFar16, ccOldFPCCall, ccInternProc,
|
ccCppdecl, ccFar16, ccOldFPCCall, ccInternProc,
|
||||||
ccSysCall, ccSoftFloat, ccMWPascal);
|
ccSysCall, ccSoftFloat, ccMWPascal);
|
||||||
|
Loading…
Reference in New Issue
Block a user