Fix mistaken comparison that becomes a no-op.
commit006eff06c7adcfb0d06c6fadf6e9b64f0488b2bf
authorJames Westby <jw+debian@jameswestby.net>
Mon, 18 Dec 2006 20:44:35 +0000 (18 20:44 +0000)
committerJosh Triplett <josh@freedesktop.org>
Sat, 27 Jan 2007 09:38:15 +0000 (27 01:38 -0800)
tree47ed94331f4bd405083537ebc7d4a30e99204ec9
parenta12d4528ffc4e66b14519d739806f0eb793f72cf
Fix mistaken comparison that becomes a no-op.

Fix a mistake in same_cast_type where the second test became a no-op as it
compared a value to itself, rather than to the second operand.

Signed-off-by: James Westby <jw+debian@jameswestby.net>
evaluate.c