This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [fixincludes] revised avoid_wchar_t_type cleanup
- From: Bruce Korb <bkorb at veritas dot com>
- To: Nathanael Nerode <neroden at twcny dot rr dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 12 Jul 2003 21:22:21 -0700
- Subject: Re: [fixincludes] revised avoid_wchar_t_type cleanup
- Organization: Home
- References: <20030712195617.GA1325@doctormoo>
Nathanael Nerode wrote:
>
> This is the revised version of one of my pieces. I looked all over the
> place and everywhere which said "we must use..." etc (mostly curses.h)
> also contained __cplusplus. So that one was redundant. The other
> two probably aren't, since they use different ways of avoiding the
> problem. How's this, Bruce?
Wonderful. :-) Thank you!