mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 17:09:35 +02:00
+ add constants for the Invoke symbol of a function reference interface (both for declaring and finding it)
This commit is contained in:
parent
2912e38e91
commit
ec02d0abb0
@ -160,6 +160,10 @@ const
|
||||
{ prefix for names of class helper procsyms added to regular symtables }
|
||||
class_helper_prefix = 'CH$';
|
||||
|
||||
{ name of the Invoke method of a function reference interface }
|
||||
method_name_funcref_invoke_decl = 'Invoke';
|
||||
method_name_funcref_invoke_find = 'INVOKE';
|
||||
|
||||
{ tsym.symid value in case the sym has not yet been registered }
|
||||
symid_not_registered = -2;
|
||||
{ tsym.symid value in case the sym has been registered, but not put in a
|
||||
|
Loading…
Reference in New Issue
Block a user