PATCH: Define wildcardp as a macro with strpbrk
DJ Delorie
dj@redhat.com
Wed Aug 25 16:54:00 GMT 2004
More information about the Binutils mailing list
Wed Aug 25 16:54:00 GMT 2004
- Previous message (by thread): PATCH: Define wildcardp as a macro with strpbrk
- Next message (by thread): PATCH: Define wildcardp as a macro with strpbrk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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 ;)
- Previous message (by thread): PATCH: Define wildcardp as a macro with strpbrk
- Next message (by thread): PATCH: Define wildcardp as a macro with strpbrk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list