Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
6dc482cf9cda915cd4a3e04af752e82fd009a7da
/
.
/
Tools
/
modulator
/
Templates
/
object_tp_compare
blob: a2e2e9de746a8943058073b9a4bd923029889811 [
file
]
static
int
$abbrev$_compare
(
v
,
w
)
$abbrev$object
*
v
,
*
w
;
{
/* XXXX Compare objects and return -1, 0 or 1 */
}