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
1 changed files with 2 additions and 0 deletions

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;