mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 20:40:37 +02:00
* Fix bug #37601: add some attribte definitions
git-svn-id: trunk@46505 -
This commit is contained in:
parent
5d0e1dbe5a
commit
8bc2326b77
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user