mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
7 lines
113 B
Text
7 lines
113 B
Text
|
|
static int
|
|
$abbrev$_compare(v, w)
|
|
$abbrev$object *v, *w;
|
|
{
|
|
/* XXXX Compare objects and return -1, 0 or 1 */
|
|
}
|