mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-09 13:22:11 +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;
|
Entries : array[0..0] of tinterfaceentry;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
PMethod = ^TMethod;
|
||||||
TMethod = record
|
TMethod = record
|
||||||
Code : CodePointer;
|
Code : CodePointer;
|
||||||
Data : Pointer;
|
Data : Pointer;
|
||||||
|
Loading…
Reference in New Issue
Block a user