mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 17:21:20 +02:00
* pmethod declaration, patch from mantis #31576 by Silvio
git-svn-id: trunk@35632 -
This commit is contained in:
parent
a1303eecde
commit
a2d397c064
@ -192,6 +192,7 @@
|
||||
Entries : array[0..0] of tinterfaceentry;
|
||||
end;
|
||||
|
||||
PMethod = ^TMethod;
|
||||
TMethod = record
|
||||
Code : CodePointer;
|
||||
Data : Pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user