mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Another directory quickly renamed.
This commit is contained in:
parent
2b713b2f67
commit
86bea46b3d
18 changed files with 218 additions and 205 deletions
|
|
@ -37,10 +37,10 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
/* Parser generator interface */
|
||||
|
||||
extern grammar *meta_grammar PROTO((void));
|
||||
extern grammar *meta_grammar Py_PROTO((void));
|
||||
|
||||
struct _node;
|
||||
extern grammar *pgen PROTO((struct _node *));
|
||||
extern grammar *pgen Py_PROTO((struct _node *));
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue