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: Define wildcardp as a macro with strpbrk


> x != TRUE isn't the same as x != NULL for bfd_boolean. It isn't the
> first time for binutils to return x != NULL for bfd_boolean. 

The case I'm paranoid about is:

	(x != NULL) != TRUE

when in fact x != NULL, but we end up comparing (~0) != 1.

(of course, this is no longer an issue due to the previous bits of the
conversation, I'm just clarifying my paranoia ;)


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