]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Export newcodeobject() interface.
authorGuido van Rossum <guido@python.org>
Tue, 4 Jun 1991 19:43:13 +0000 (19:43 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 4 Jun 1991 19:43:13 +0000 (19:43 +0000)
Include/compile.h

index abd458cf438b1ce9017fda322cc8f38a4f3a94df..740e34d02f7560c7275f513c1e56fd0c5948b81d 100644 (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 *));