mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Added parameter decls to do_mkvalue for non-template machines
This commit is contained in:
parent
37fa454c11
commit
899dcf36a0
1 changed files with 4 additions and 1 deletions
|
|
@ -417,7 +417,10 @@ do_mktuple(p_format, p_va, endchar, n)
|
||||||
}
|
}
|
||||||
|
|
||||||
static object *
|
static object *
|
||||||
do_mkvalue(p_format, p_va) {
|
do_mkvalue(p_format, p_va)
|
||||||
|
char **p_format;
|
||||||
|
va_list *p_va;
|
||||||
|
{
|
||||||
|
|
||||||
switch (*(*p_format)++) {
|
switch (*(*p_format)++) {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue