cpython/Tools/modulator/Templates/object_tp_compare

8 lines
113 B
Plaintext
Raw Normal View History

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