Sender: bkorb AT sco DOT COM Message-ID: <39763186.D205CFF6@sco.com> Date: Wed, 19 Jul 2000 15:53:58 -0700 From: Bruce Korb Organization: Santa Cruz Operations X-Mailer: Mozilla 4.7 [en] (X11; I; SCO_SV 3.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: Mike Stump CC: eliz AT is DOT elta DOT co DOT il, martin AT loewis DOT home DOT cs DOT tu-berlin DOT de, djgpp-workers AT delorie DOT com, gcc AT gcc DOT gnu DOT org, lauras AT softhome DOT net Subject: Re: GCC headers and DJGPP port References: <200007192138 DOT OAA01286 AT kankakee DOT wrs DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Mike Stump wrote: > Sure, change all definitions of NULL to more closely match gcc's > notion of null, and you're done. Sprinkle in #undef NULL if you get > redefinition errors. That would be prudent :-). If fixincl is ever activated and the #undef is not present, it will go through and "fix" the problem.