This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC headers and DJGPP port
- To: Mike Stump <mrs at windriver dot com>
- Subject: Re: GCC headers and DJGPP port
- From: Bruce Korb <bkorb at sco dot COM>
- Date: Wed, 19 Jul 2000 15:53:58 -0700
- 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
- Organization: Santa Cruz Operations
- References: <200007192138.OAA01286@kankakee.wrs.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.