mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Satisfy Standard C rules about struct scope.
This commit is contained in:
parent
62d4624ea3
commit
e543a94746
1 changed files with 1 additions and 0 deletions
|
@ -44,4 +44,5 @@ extern typeobject Codetype;
|
|||
|
||||
|
||||
/* Public interface */
|
||||
struct _node; /* Declare the existence of this type */
|
||||
codeobject *compile PROTO((struct _node *, char *));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue