summaryrefslogtreecommitdiffstats
path: root/Tools/modulator/Templates/object_tp_hash
blob: 1681b4a3846da7698f8613ac0205281d8102ad5f (plain)
1
2
3
4
5
6
7

static long
$abbrev$_hash(self)
	$abbrev$object *self;
{
	/* XXXX Return a hash of self (or -1) */
}