Re: Re: problems with groff in FreeBSD 6.0 buildworld

2005-12-24 Thread Telegin Gennady
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;
}
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problems with groff in FreeBSD 6.0 buildworld

2005-12-23 Thread Melvyn Sopacua
On Friday 23 December 2005 20:54, Telegin Gennady wrote:

 /usr/src/gnu/usr.bin/groff/src/preproc/grn/../../../../../../contrib/groff/
src/preproc/grn/main.cpp:692: error: expected primary-expression before
 ''token


 /usr/src/gnu/usr.bin/groff/src/preproc/grn/../../../../../../contrib/groff/
src/preproc/grn/main.cpp:694: error: expected primary-expression before ''
 token
 

Can you paste line 690-700. This looks like a cvs merge conflict to me.
-- 
Melvyn Sopacua
[EMAIL PROTECTED]

FreeBSD 6.0-STABLE
Qt: 3.3.5
KDE: 3.4.3
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]