From owner-freebsd-current Mon Mar 25 18:10:45 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA28121 for current-outgoing; Mon, 25 Mar 1996 18:10:45 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id SAA28111 for ; Mon, 25 Mar 1996 18:10:42 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id NAA13405; Tue, 26 Mar 1996 13:08:11 +1100 Date: Tue, 26 Mar 1996 13:08:11 +1100 From: Bruce Evans Message-Id: <199603260208.NAA13405@godzilla.zeta.org.au> To: freebsd-current@freebsd.org, j@uriah.heep.sax.de Subject: Re: lint Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> __GNUC_MINOR__ >Is this being used anywhere? In . >> i386, __i386, __i386__ >I remember that i've dicussed this with Jochen, but i would have to >lookup the mail archives. I think we didn't agree on a commonly A couple of things are broken without this. uses it. This may be why making the lint libraries gives a type mismatch for setjmp and longjmp. Bruce