
static long
$abbrev$_hash($abbrev$Object *self)
{
	/* Return a hash of self (or -1) */
#ifdef $abbrev$_hash_impl
	$abbrev$_hash_impl(self)
#else
	$abbrev$_hash_(self)
#endif
}
