Re: #IFDEFs in a multi platform environment

From: Bob Koehler (koehler_at_eisner.nospam.encompasserve.org)
Date: 09/30/04


Date: 30 Sep 2004 12:13:23 -0500

In article <415BECD5.24364.2FD5A67@localhost>, "Stanley F. Quayle" <squayle@insight.rr.com> writes:
>
> It's a pain, but I changed about 200 "#ifdef __ALPHA" to "#ifndef
> VAX" in my client's code. And you will have to do it, too.

   I'm sure I'm not the only one who has a replace_all.com to do this
   sort of thing. Generally the first pass can handle about 190 of
   those 200 cases and the second pass can get 6 to 8 more.

   We're talking minutes. It's the regression testing that takes time.