This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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: [RFA] Type cleanups


> I don't get that on the three systems I use.  Bug in the system library?
> 
>> 
>> Hmm, I'm not sure where the necessary preprocessor definitions are
>> coming from to make that definition visible.  I'll look in to it.
> 
> 
> Answer:  apparently it is standards-conforming to define JB_* in
> <setjmp.h>.  This means that all of the tm-*.h files which define JB_
> variables are somewhat dubious.  We should probably rename our copies
> of these constants.  And kill the ones we don't use, which amounts to
> almost all of them.

So something like:

/^#[[:space:]]*define[[:space:]]*JB_/

should be ARIed as well?

If yes, I'll do that and add a corresponding bug report.

Andrew



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