Subject: Re: X11 R6 fix-11 explodes ... loose shrapnel inflicts many casualties
To: None <earle@isolar.Tujunga.CA.US, kaleb@x.org>
From: Chris Torek <torek@BSDI.COM>
List: port-sparc
Date: 02/20/1995 08:41:54
>Does NetBSD really not have sigsetjmp?
It was broken in 4.4-Lite (at least the generic version -- a generic
sigsetjmp is not possible, as it has to use the same frame as the
setjmp). I am not sure if it is fixed in NetBSD
in general, though I think I fixed the sparc version before Lite shipped.
[lex.l changes for twm]
>Your patch didn't apply or something. This was fixed in fix-11. Did
>XFree86 3.1.1 undo it?
I just looked at the `official' lex.l for twm. It uses
#if BSD >= 199103 || ...
This really ought to just be
#ifdef FLEX_SCANNER
since it seems to be trying to detect systems that use flex.
Chris