cpython/Tools/modulator/Templates/object_tp_hash

7 lines
95 B
Plaintext
Raw Normal View History

1995-03-02 10:05:29 -04:00
static long
$abbrev$_hash($abbrev$object *self)
1995-03-02 10:05:29 -04:00
{
/* XXXX Return a hash of self (or -1) */
}