mirror of
https://github.com/python/cpython.git
synced 2024-11-28 16:45:42 +01:00
8 lines
113 B
Plaintext
8 lines
113 B
Plaintext
|
|
static int
|
|
$abbrev$_compare(v, w)
|
|
$abbrev$object *v, *w;
|
|
{
|
|
/* XXXX Compare objects and return -1, 0 or 1 */
|
|
}
|