PATCH: Define wildcardp as a macro with strpbrk

DJ Delorie dj@redhat.com
Wed Aug 25 16:54:00 GMT 2004
> 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 ;)



More information about the Binutils mailing list