mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-09 20:49:35 +02:00
"tnodeutils.has_init_list" is now static
This commit is contained in:
parent
a4ff1d185e
commit
adac1e6db2
@ -135,7 +135,7 @@ interface
|
||||
class procedure InsertMemorySizes; virtual;
|
||||
|
||||
{ Call this to check if init code is required }
|
||||
class function has_init_list: boolean;
|
||||
class function has_init_list: boolean; static;
|
||||
|
||||
{ called right before an object is assembled, can be used to insert
|
||||
global information into the assembler list (used by LLVM to insert type
|
||||
|
Loading…
Reference in New Issue
Block a user