mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 17:19:32 +02:00
+ added class TRelObjOutput
git-svn-id: trunk@45195 -
This commit is contained in:
parent
1a18805c96
commit
c0ffa18ee2
@ -39,9 +39,15 @@ interface
|
||||
|
||||
type
|
||||
|
||||
{ TRelObjOutput }
|
||||
|
||||
TRelObjOutput = class(tObjOutput)
|
||||
end;
|
||||
|
||||
{ TRelAssembler }
|
||||
|
||||
TRelAssembler = class(tinternalassembler)
|
||||
constructor create(info: pasminfo; smart:boolean);override;
|
||||
end;
|
||||
|
||||
implementation
|
||||
@ -55,6 +61,16 @@ implementation
|
||||
;
|
||||
|
||||
|
||||
{*****************************************************************************
|
||||
TRelAssembler
|
||||
*****************************************************************************}
|
||||
|
||||
constructor TRelAssembler.create(info: pasminfo; smart: boolean);
|
||||
begin
|
||||
inherited;
|
||||
CObjOutput:=TRelObjOutput;
|
||||
end;
|
||||
|
||||
{*****************************************************************************
|
||||
Initialize
|
||||
*****************************************************************************}
|
||||
|
Loading…
Reference in New Issue
Block a user