mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
- Converted the templates to use ANSI C prototypes (finally!) - Use re in stead of deprecated regex
7 lines
121 B
Plaintext
7 lines
121 B
Plaintext
|
|
static int
|
|
$abbrev$_compare($abbrev$object *v, $abbrev$object *w)
|
|
{
|
|
/* XXXX Compare objects and return -1, 0 or 1 */
|
|
}
|