Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846e431 commit 226d79eCopy full SHA for 226d79e
Include/funcobject.h
@@ -4,6 +4,6 @@ extern typeobject Functype;
4
5
#define is_funcobject(op) ((op)->ob_type == &Functype)
6
7
-extern object *newfuncobject PROTO((node *, object *));
8
-extern node *getfuncnode PROTO((object *));
+extern object *newfuncobject PROTO((object *, object *));
+extern object *getfunccode PROTO((object *));
9
extern object *getfuncglobals PROTO((object *));
0 commit comments