
static int
$abbrev$_compare($abbrev$Object *v, $abbrev$Object *w)
{
	/* Compare objects and return -1, 0 or 1 */
#ifdef $abbrev$_compare_impl
	$abbrev$_compare_impl(v, w)
#else
	$abbrev$_compare_(v, w)
#endif
}
