Date: Sun, 25 Dec 2005 10:50:47 +0300 From: Telegin Gennady <gena_tele@mail.ru> To: freebsd-stable@freebsd.org Subject: Re: Re: problems with groff in FreeBSD 6.0 buildworld Message-ID: <20051225105047.686858de@localhost> In-Reply-To: <20051223230144.3636A16A430@hub.freebsd.org> References: <20051223230144.3636A16A430@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Lines from 688 to 700:
void
savebounds(double x,
double y)
{
if (x < leftpoint)
leftpoint = x;
if (x > rightpoint)
rightpoint = x;
if (y < toppoint)
toppoint = y;
if (y > bottompoint)
bottompoint = y;
}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051225105047.686858de>
