* Made it compile with 1.0.10. Solution is not very nice.

This commit is contained in:
daniel 2003-11-03 12:44:52 +00:00
parent 953cdb3dfe
commit 85632fccc0

View File

@ -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);