mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Another directory quickly renamed.
This commit is contained in:
parent
2b713b2f67
commit
86bea46b3d
18 changed files with 218 additions and 205 deletions
|
|
@ -36,11 +36,11 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#include "node.h"
|
||||
|
||||
/* Forward */
|
||||
static void list1node PROTO((FILE *, node *));
|
||||
static void listnode PROTO((FILE *, node *));
|
||||
static void list1node Py_PROTO((FILE *, node *));
|
||||
static void listnode Py_PROTO((FILE *, node *));
|
||||
|
||||
void
|
||||
listtree(n)
|
||||
PyNode_ListTree(n)
|
||||
node *n;
|
||||
{
|
||||
listnode(stdout, n);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue