Juan Lang wrote:
This seems like voodoo to me too, but the combined condition if statement would always fail for me, while two distinct if statements succeed.
ChangeLog:
add a couple traces to make following execution easier
expand an if condition to work around an apparent gcc bug
if (HIWORD(function->entry.pszOID &&
!strcasecmp(function->entry.pszOID, pszOID)))
Looks like HIWORD(function->entry.pszOID is just missing a closing bracket to me.