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
11 lines
130 B
Plaintext
11 lines
130 B
Plaintext
|
|
static PyObject *
|
|
$abbrev$_str($abbrev$object *self)
|
|
{
|
|
PyObject *s;
|
|
|
|
/* XXXX Add code here to put self into s */
|
|
return s;
|
|
}
|
|
|