mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Even more ANSIfication: fix as many function pointers and declarations as
possible.
This commit is contained in:
parent
3b6448fbae
commit
bd4bc4e9e9
10 changed files with 18 additions and 17 deletions
|
@ -963,7 +963,7 @@ validate_terminal(node *terminal, int type, char *string)
|
|||
/* X (',' X) [',']
|
||||
*/
|
||||
static int
|
||||
validate_repeating_list(node *tree, int ntype, int (*vfunc)(),
|
||||
validate_repeating_list(node *tree, int ntype, int (*vfunc)(node *),
|
||||
const char *const name)
|
||||
{
|
||||
int nch = NCH(tree);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue