Satisfy Standard C rules about struct scope.
This commit is contained in:
parent
62d4624ea3
commit
e543a94746
|
@ -44,4 +44,5 @@ extern typeobject Codetype;
|
|||
|
||||
|
||||
/* Public interface */
|
||||
struct _node; /* Declare the existence of this type */
|
||||
codeobject *compile PROTO((struct _node *, char *));
|
||||
|
|
Loading…
Reference in New Issue