Subject: Re: deprecated symbol...
To: Charles M. Hannum <root@ihack.net>
From: Todd Vierling <tv@pobox.com>
List: tech-toolchain
Date: 11/18/1998 23:16:34
On Wed, 18 Nov 1998, Charles M. Hannum wrote:

: #if defined(__unix) || defined(unix) || defined(UNIX) || defined(XP_UNIX)
: #ifndef unix
: #define unix 1
: #endif
: #endif
: 
: Even though it compiles with -DXP_UNIX, and the conditional ultimately
: evaluates true, I *still* get a warning on every file that uses
: xp_core.h.
: 
: Many packages off the net experience similar problems.

Personally, I believe it's more trouble than it's worth to make the warning
issue after the whole expression is evaluated.

But I'll look into it anyway.  :)

-- 
-- Todd Vierling (Personal tv@pobox.com; Bus. todd_vierling@xn.xerox.com)