$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2001-06-08 13:48:08
On Friday 08 June 2001 02:26 pm, you wrote:
> Slightly different case.
>
> It is not only that there is a file that defines nil, it that there are a
> large number of files that depend on that definition. For example, the GUI
> class library we use on the Mac, for legacy reasons, uses nil instead of
> NULL in default parameters, to initialize variables, etc. ...
>
> Chris
Unless they actually use it to initialize something other than a pointer, it
doesn't matter.
Doug