This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Support C++ in demanle.h


On Sun, Jul 06, 2003 at 02:06:08PM -0400, Jason Merrill wrote:
> On Sun, 6 Jul 2003 12:22:15 -0400, DJ Delorie <dj@delorie.com> wrote:
> 
> >> +#ifdef __cplusplus
> >> +extern "C" {
> >> +#endif /* __cplusplus */
> >> +
> >>  #include "ansidecl.h"
> >
> > Shouldn't the #include be *outside* the wrapper?
> 
> Yes.
> 

I have no problems with either way. I just want to be consistent. Every file
under include/ has the same style. I don't see why demangle.h should be any
different.

BTW, I'd like to fix 3.3 too.


H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]