mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Changed interface (no nodes but code).
This commit is contained in:
parent
846e431372
commit
226d79eb4a
1 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,6 @@ extern typeobject Functype;
|
|||
|
||||
#define is_funcobject(op) ((op)->ob_type == &Functype)
|
||||
|
||||
extern object *newfuncobject PROTO((node *, object *));
|
||||
extern node *getfuncnode PROTO((object *));
|
||||
extern object *newfuncobject PROTO((object *, object *));
|
||||
extern object *getfunccode PROTO((object *));
|
||||
extern object *getfuncglobals PROTO((object *));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue