sys.check_interval=x -> sys.setcheckinterval(x)

This commit is contained in:
Guido van Rossum 1995-01-09 17:46:13 +00:00
parent e791c2e441
commit a0d7a23398
2 changed files with 14 additions and 0 deletions

View file

@ -36,6 +36,7 @@ FILE *sysgetfile PROTO((char *, FILE *));
void initsys PROTO((void));
extern DL_IMPORT object *sys_trace, *sys_profile;
extern DL_IMPORT int sys_checkinterval;
#ifdef __cplusplus
}