]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added definitions of sys_trace and sys_profile
authorGuido van Rossum <guido@python.org>
Mon, 23 Mar 1992 18:20:04 +0000 (18:20 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 23 Mar 1992 18:20:04 +0000 (18:20 +0000)
Include/sysmodule.h

index f79ecdba674b56131be0f2deb776fd53cc9e4eeb..29d1455130ceff17d12119699f2f1eec24f6705d 100644 (file)
@@ -28,3 +28,5 @@ object *sysget PROTO((char *));
 int sysset PROTO((char *, object *));
 FILE *sysgetfile PROTO((char *, FILE *));
 void initsys PROTO((void));
+
+extern object *sys_trace, *sys_profile;