problems with groff in FreeBSD 6.0 buildworld

Telegin Gennady gena_tele at mail.ru
Sun Dec 25 00:28:52 PST 2005


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;
}


More information about the freebsd-stable mailing list