summaryrefslogtreecommitdiff
path: root/Include/sysmodule.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-09 17:46:13 +0000
committerGuido van Rossum <guido@python.org>1995-01-09 17:46:13 +0000
commita0d7a233981ce56c74d3fd6a4fb0cadac08a7654 (patch)
tree18108ce2fcbaeb6cb2f44765485083c0d685c616 /Include/sysmodule.h
parente791c2e44169f7f76819fef5571d4e3aca12d04c (diff)
downloadcpython-git-a0d7a233981ce56c74d3fd6a4fb0cadac08a7654.tar.gz
sys.check_interval=x -> sys.setcheckinterval(x)
Diffstat (limited to 'Include/sysmodule.h')
-rw-r--r--Include/sysmodule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/sysmodule.h b/Include/sysmodule.h
index 46d0070d66..1f1589af58 100644
--- a/Include/sysmodule.h
+++ b/Include/sysmodule.h
@@ -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
}