9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: dexen deVries <dexen.devries@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] X11
Date: Thu, 28 Feb 2013 18:19:59 +0100	[thread overview]
Message-ID: <2706566.04NpN2Dq1k@coil> (raw)
In-Reply-To: <CAOw7k5iLbc9LyCE8A54xxX-wEx0AWLr-ram2Prm03vaDL+qZSw@mail.gmail.com>

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.


-- 
dexen deVries

[[[↓][→]]]




  reply	other threads:[~2013-02-28 17:19 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-28 14:15 Steve Simon
2013-02-28 14:21 ` Charles Forsyth
2013-02-28 17:19   ` dexen deVries [this message]
2013-02-28 18:10     ` Joel C. Salomon
2013-02-28 19:46       ` Steve Simon
2013-03-01  4:11         ` Federico G. Benavento
2013-03-01 13:05       ` Comeau At9Fans
2013-02-28 23:02 ` [9fans] X11 [was APE select and awkward Python subprocess PIPEfitting] Jeff Sickel
2013-02-28 23:13   ` Charles Forsyth
  -- strict thread matches above, loose matches on Subject: below --
2004-06-02 23:39 [9fans] x11 treilov
2004-06-03  8:56 ` plan9

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2706566.04NpN2Dq1k@coil \
    --to=dexen.devries@gmail.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).