Added definitions of sys_trace and sys_profile

This commit is contained in:
Guido van Rossum 1992-03-23 18:20:04 +00:00
parent 9c8d70de45
commit d510c786b8

View 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;