cpython/Tools/modulator/Templates/object_tp_compare

7 lines
121 B
Plaintext
Raw Normal View History

1995-03-02 10:05:29 -04:00
static int
$abbrev$_compare($abbrev$object *v, $abbrev$object *w)
1995-03-02 10:05:29 -04:00
{
/* XXXX Compare objects and return -1, 0 or 1 */
}