mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 13:31:20 +02:00
* Made it compile with 1.0.10. Solution is not very nice.
This commit is contained in:
parent
953cdb3dfe
commit
85632fccc0
@ -214,7 +214,19 @@ implementation
|
||||
Resourcestring
|
||||
SErrNoStreamAssigned = 'Invalid operation: No stream assigned';
|
||||
SErrDocumentAlreadyStarted = 'Cannot start document twice.';
|
||||
|
||||
|
||||
{$ifdef ver1_0}
|
||||
const lineending=#10;
|
||||
|
||||
procedure freeandnil(var o:Tobject);
|
||||
|
||||
begin
|
||||
o.destroy;
|
||||
o:=nil;
|
||||
end;
|
||||
|
||||
{$endif}
|
||||
|
||||
{ TPostScriptCanvas ----------------------------------------------------------}
|
||||
|
||||
Procedure TPostScriptCanvas.WritePS(const Cmd : String);
|
||||
|
Loading…
Reference in New Issue
Block a user