mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-24 22:56:11 +02:00
codetools: comment
This commit is contained in:
parent
c638883392
commit
9fe708e6b7
@ -125,7 +125,7 @@ var
|
||||
IsKeyWordProcedureSpecifier, // all specifiers for a procedure (not method, not anonymous, not type)
|
||||
IsKeyWordProcedureAnonymousSpecifier, // all specifiers for an anonymous function
|
||||
IsKeyWordProcedureTypeSpecifier, // all specifiers for a procedure type
|
||||
IsKeyWordProcedureBracketSpecifier,
|
||||
IsKeyWordProcedureBracketSpecifier, // all specifiers for fpc's procedure bracket specifier
|
||||
IsKeyWordCallingConvention, // all fpc calling conventions
|
||||
IsKeyWordSection,
|
||||
IsKeyWordInConstAllowed,
|
||||
|
Loading…
Reference in New Issue
Block a user