Fix Savannah bug #20263 in a more portable way.
commit9a9f6ebeef9c07c8ca8ca2a17eaa8657558533ab
authorjay <jay>
Sat, 30 Jun 2007 12:21:46 +0000 (30 12:21 +0000)
committerjay <jay>
Sat, 30 Jun 2007 12:21:46 +0000 (30 12:21 +0000)
tree9e66ae85a60b8c74425ec17836eb5986956d2831
parent691ee82bba92c08064b239dd957319a4cee0ba95
Fix Savannah bug #20263 in a more portable way.
* find/tree.c (cost_table_comparison): Avoid casting function
pointers to poiter-to-object, since this is not portable (or
of course conforming).  Instead, use memcmp().
ChangeLog
find/tree.c