mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Export newcodeobject() interface.
This commit is contained in:
parent
27dec7e376
commit
4ed1ad5355
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue