mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-09 20:42:21 +01:00
* moved tllvmshadowsymtable items default property from private to public
section (although the compiler doesn't seem to care about it) git-svn-id: trunk@32716 -
This commit is contained in:
parent
f83f9168ee
commit
abcf441c00
@ -162,6 +162,8 @@ interface
|
||||
|
||||
constructor create(st: tabstractrecordsymtable);
|
||||
destructor destroy; override;
|
||||
|
||||
property items[index: tfieldvarsym]: tllvmshadowsymtableentry read get; default;
|
||||
private
|
||||
// generate the table
|
||||
procedure generate;
|
||||
@ -171,7 +173,6 @@ interface
|
||||
procedure addalignmentpadding(finalsize: aint);
|
||||
procedure buildmapping(variantstarts: tfplist);
|
||||
procedure buildtable(variantstarts: tfplist);
|
||||
property items[index: tfieldvarsym]: tllvmshadowsymtableentry read get; default;
|
||||
end;
|
||||
{$endif llvm}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user