mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 19:20:17 +02:00
* declared tlabelsym.mangledname as override
git-svn-id: trunk@4184 -
This commit is contained in:
parent
90cacb4cf5
commit
4861472e7b
@ -63,7 +63,7 @@ interface
|
|||||||
constructor create(const n : string);
|
constructor create(const n : string);
|
||||||
constructor ppuload(ppufile:tcompilerppufile);
|
constructor ppuload(ppufile:tcompilerppufile);
|
||||||
procedure ppuwrite(ppufile:tcompilerppufile);override;
|
procedure ppuwrite(ppufile:tcompilerppufile);override;
|
||||||
function mangledname:string;
|
function mangledname:string;override;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
tunitsym = class(Tstoredsym)
|
tunitsym = class(Tstoredsym)
|
||||||
|
Loading…
Reference in New Issue
Block a user