mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Another directory quickly renamed.
This commit is contained in:
parent
2b713b2f67
commit
86bea46b3d
18 changed files with 218 additions and 205 deletions
|
@ -64,10 +64,11 @@ struct tok_state {
|
|||
/* Used to allow free continuations inside them */
|
||||
};
|
||||
|
||||
extern struct tok_state *tok_setups PROTO((char *));
|
||||
extern struct tok_state *tok_setupf PROTO((FILE *, char *, char *));
|
||||
extern void tok_free PROTO((struct tok_state *));
|
||||
extern int tok_get PROTO((struct tok_state *, char **, char **));
|
||||
extern struct tok_state *PyTokenizer_FromString Py_PROTO((char *));
|
||||
extern struct tok_state *PyTokenizer_FromFile
|
||||
Py_PROTO((FILE *, char *, char *));
|
||||
extern void PyTokenizer_Free Py_PROTO((struct tok_state *));
|
||||
extern int PyTokenizer_Get Py_PROTO((struct tok_state *, char **, char **));
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue