git-svn-id: trunk@38213 -
@@ -1,9 +1,8 @@
{
This file is part of the Free Component Library
- Pascal source parser
- Copyright (c) 2000-2005 by
- Areca Systems GmbH / Sebastian Guenther, [email protected]
+ Pascal resolver
+ Copyright (c) 2018 Mattias Gaertner [email protected]
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
@@ -973,6 +973,7 @@ type
Property MessageName : String Read FMessageName Write FMessageName;
property MessageType : TProcedureMessageType Read FMessageType Write FMessageType;
end;
+ TPasProcedureClass = class of TPasProcedure;
TArrayOfPasProcedure = array of TPasProcedure;