From mboxrd@z Thu Jan 1 00:00:00 1970 From: dexen deVries To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Date: Thu, 28 Feb 2013 18:19:59 +0100 Message-ID: <2706566.04NpN2Dq1k@coil> User-Agent: KMail/4.10 (Linux/3.8.0-rc7-l49; KDE/4.10.0; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Subject: Re: [9fans] X11 Topicbox-Message-UUID: 20f9ec9a-ead8-11e9-9d60-3106f5b1d025 On Thursday 28 of February 2013 14:21:08 Charles Forsyth wrote: > ANSI C has a "_Noreturn" attribute that I started to implement, > but I think I might fall back to a #pragma, which would be quicker to= do. another quick hack: #define exit(status) do { exit(status); return 0; } while (0) with do{}while() guarding against treating it as an expression. --=20 dexen deVries [[[=E2=86=93][=E2=86=92]]]