* Fix bug #37601: add some attribte definitions

git-svn-id: trunk@46505 -
This commit is contained in:
michael 2020-08-20 11:53:43 +00:00
parent 5d0e1dbe5a
commit 8bc2326b77

View File

@ -440,7 +440,11 @@
constructor Create;
end;
{$POP}
WeakAttribute = class(TCustomAttribute);
UnsafeAttribute = class(TCustomAttribute);
RefAttribute = class(TCustomAttribute);
VolatileAttribute = class(TCustomAttribute);
Const
ExceptProc : TExceptProc = Nil;
RaiseProc : TExceptProc = Nil;