Satisfy Standard C rules about struct scope.

This commit is contained in:
Guido van Rossum 1991-04-03 19:00:55 +00:00
parent 62d4624ea3
commit e543a94746
1 changed files with 1 additions and 0 deletions

View File

@ -44,4 +44,5 @@ extern typeobject Codetype;
/* Public interface */
struct _node; /* Declare the existence of this type */
codeobject *compile PROTO((struct _node *, char *));