From -7759006600918319666
X-Google-Language: ENGLISH,ASCII-7-bit
X-Google-Thread: f78e5,f86cdbd4280bf4a1
X-Google-Attributes: gidf78e5,public
X-Google-ArrivalTime: 1994-11-08 04:15:06 PST
Newsgroups: comp.std.c++
From: kevlin@wslint.demon.co.uk (Kevlin Henney)
Path: nntp.gmd.de!xlink.net!howland.reston.ans.net!pipex!demon!wslint.demon.co.uk!kevlin
Subject: Re: Bytes and Characters
References: <JASON.94Oct17172312@phydeaux.cygnus.com> <KANZE.94Oct26220005@slsvhdt.us-es.sel.de> <39a79t$87h@tethys.otol.fi>
Organization: Westinghouse Systems Ltd.
Reply-To: Kevlin@wslint.demon.co.uk
X-Newsreader: Demon Internet Simple News v1.27
Lines: 28
Date: Tue, 8 Nov 1994 09:13:31 +0000
Message-ID: <784286011snz@wslint.demon.co.uk>
Sender: usenet@demon.co.uk

In article <39a79t$87h@tethys.otol.fi>
           tohoyn@janus.otol.fi "Tommi H|yn{l{nmaa" writes:

>James Kanze US/ESC 60/3/164 #71425 (kanze@us-es.sel.de) wrote:
>: In article <1994Oct25.144408.21066@datascope.com> sfc@datascope.com
>: (Steve F. Cipolli (P/M)) writes:
>
>: |> Also, while were on this topic, has anyone continued the fight to make
> "nil" a
>: |> legitimate keyword; thus removing ambiguity like this:
>[text deleted]
>
>: I made a proposal along these lines.  It was not accepted.
>
>What about
>#define nil ((void*)0)

Because

	char *ptr = nil;

won't work. Nuff said.

+---------------------------+-------------------------------------------+
| Kevlin A P Henney         | Human vs Machine Intelligence:            |
| kevlin@wslint.demon.co.uk | Humans can wreck a nice beach more easily |
| Westinghouse Systems Ltd  |                                           |
+---------------------------+-------------------------------------------+


