Kaydet (Commit) 4ed1ad53 authored tarafından Guido van Rossum's avatar Guido van Rossum

Export newcodeobject() interface.

üst 27dec7e3
......@@ -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 *));
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment