Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Dec 2005 11:28:50 +0300
From:      Telegin Gennady <gena_tele@mail.ru>
To:        freebsd-stable@freebsd.org
Subject:   problems with groff in FreeBSD 6.0 buildworld
Message-ID:  <20051225112850.5621f22a@localhost>

next 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?20051225112850.5621f22a>