Export newcodeobject() interface.

This commit is contained in:
Guido van Rossum 1991-06-04 19:43:13 +00:00
parent 27dec7e376
commit 4ed1ad5355
1 changed files with 1 additions and 0 deletions

View File

@ -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 *));