Use == rather than cmp().  The return value of cmp() is not well defined when
comparing different types.
2 files changed