Don't use a macro. Use a nested inline function.
I'd make it:
/* Return true if A's binding is preferable to B's. */
bool binding_preferred (const GElf_Sym *a, const GElf_Sym *b)
(But season to taste.)Thanks, Roland _______________________________________________ elfutils-devel mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/elfutils-devel
