Subject: Re: Diaspora, politics, and MI
To: None <current-users@NetBSD.ORG>
From: Mike Long <mike.long@analog.com>
List: current-users
Date: 09/18/1996 19:21:58
>From: Michael Graff <explorer@flame.org>
>Date: 18 Sep 1996 17:12:43 -0400

>And I also quote from netns/spp_var.h:
>
>#ifdef sun
>short xnsCbug;
>#define SSEQ_LT(a,b)    ((xnsCbug = (short)((a)-(b))) < 0)
>#define SSEQ_LEQ(a,b)   ((xnsCbug = (short)((a)-(b))) <= 0)
>#define SSEQ_GT(a,b)    ((xnsCbug = (short)((a)-(b))) > 0)
>#define SSEQ_GEQ(a,b)   ((xnsCbug = (short)((a)-(b))) >= 0)
>#else
>#define SSEQ_LT(a,b)    (((short)((a)-(b))) < 0)
>#define SSEQ_LEQ(a,b)   (((short)((a)-(b))) <= 0)
>#define SSEQ_GT(a,b)    (((short)((a)-(b))) > 0)
>#define SSEQ_GEQ(a,b)   (((short)((a)-(b))) >= 0)
>#endif

This looks like a compiler bug avoidance measure, and should probably
be eliminated.

Do the sparc and sun3 ports even define "sun" anymore?
-- 
Mike Long <mike.long@analog.com>     <URL:http://www.shore.net/~mikel>
VLSI Design Engineer         finger mikel@shore.net for PGP public key
Analog Devices, CPD Division          CCBF225E7D3F7ECB2C8F7ABB15D9BE7B
Norwood, MA 02062 USA       (eq (opinion 'ADI) (opinion 'mike)) -> nil