mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
"Compiling" version
This commit is contained in:
parent
226d79eb4a
commit
3f5da24ea3
72 changed files with 3363 additions and 2061 deletions
|
@ -7,7 +7,7 @@ int err_occurred PROTO((void));
|
|||
void err_get PROTO((object **, object **));
|
||||
void err_clear PROTO((void));
|
||||
|
||||
/* Predefined exceptions (in run.c) */
|
||||
/* Predefined exceptions */
|
||||
|
||||
extern object *RuntimeError;
|
||||
extern object *EOFError;
|
||||
|
@ -29,5 +29,6 @@ extern object *KeyboardInterrupt;
|
|||
extern int err_badarg PROTO((void));
|
||||
extern object *err_nomem PROTO((void));
|
||||
extern object *err_errno PROTO((object *));
|
||||
extern void err_input PROTO((int));
|
||||
|
||||
extern void err_badcall PROTO((void));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue