Patches by Jens B. Jorgensen with small mods by me:

- Converted the templates to use ANSI C prototypes (finally!)
- Use re in stead of deprecated regex
This commit is contained in:
Jack Jansen 2001-12-27 23:35:43 +00:00
parent b9526515b7
commit 9aaee933da
17 changed files with 60 additions and 146 deletions

View file

@ -4,9 +4,7 @@ static char $abbrev$_$method$__doc__[] =
;
static PyObject *
$abbrev$_$method$(self, args)
PyObject *self; /* Not used */
PyObject *args;
$abbrev$_$method$(PyObject *self /* Not used */, PyObject *args)
{
if (!PyArg_ParseTuple(args, ""))