mirror of https://github.com/python/cpython.git
Export newcodeobject() interface.
This commit is contained in:
parent
27dec7e376
commit
4ed1ad5355
|
@ -46,3 +46,4 @@ extern typeobject Codetype;
|
|||
/* Public interface */
|
||||
struct _node; /* Declare the existence of this type */
|
||||
codeobject *compile PROTO((struct _node *, char *));
|
||||
codeobject *newcodeobject PROTO((object *, object *, object *, object *));
|
||||
|
|
Loading…
Reference in New Issue