This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: C++ typo '&' -> `&&` in cp-tree.h
- To: Graham <grahams@rcp.co.uk>
- Subject: Re: C++ typo '&' -> `&&` in cp-tree.h
- From: Jason Merrill <jason@cygnus.com>
- Date: 30 Aug 1999 08:31:31 -0700
- Cc: egcs-patches@egcs.cygnus.com
- References: <37CA77BE.96BDF7C6@rcp.co.uk>
>>>>> Graham <grahams@rcp.co.uk> writes:
> The macro IS_AGGR_TYPE_2 in gcc/cp/cp-tree.h
> appears have a typo. I think the '&' is a typo
> and `&&' is what was intended ?
Yes, you're right. Will fix.
Jason