[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] Sun OS 5.6 / Groff 1.14
From: |
Werner LEMBERG |
Subject: |
Re: [Groff] Sun OS 5.6 / Groff 1.14 |
Date: |
Wed, 12 Apr 2000 22:12:29 +0000 (GMT) |
> The internal "parse_bounding_box" will read any (signed) value, integer
> or float, as it should. But the PSPIC-macro will bail out silently if one
> of the bounding box values is zero. I suggest changing line 21 of the
> tmac.pspic macro from
> .if (\\n[llx] & \\n[lly] & \\n[urx] & \\n[ury]) \{\
> to
> .if (\\n[llx] : \\n[lly] : \\n[urx] : \\n[ury]) \{\
>
> This will let the macro proceed if at least one value is non-zero.
Fixed in the current snapshot. This was of course the intended
behaviour...
Werner
Re: [Groff] Sun OS 5.6 / Groff 1.14, Ted Harding, 2000/04/11
Re: [Groff] Sun OS 5.6 / Groff 1.14, Jude Gabaldon, 2000/04/11