Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 899dcf3

Browse files
committed
Added parameter decls to do_mkvalue for non-template machines
1 parent 37fa454 commit 899dcf3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Python/modsupport.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,10 @@ do_mktuple(p_format, p_va, endchar, n)
417417
}
418418

419419
static object *
420-
do_mkvalue(p_format, p_va) {
420+
do_mkvalue(p_format, p_va)
421+
char **p_format;
422+
va_list *p_va;
423+
{
421424

422425
switch (*(*p_format)++) {
423426

0 commit comments

Comments
 (0)