diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/sysmodule.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 2ae6d20..99a6ff7 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -379,8 +379,9 @@ getrefcount() -- return the reference count for an object (plus one :-)\n\ setcheckinterval() -- control how often the interpreter checks for events\n\ setprofile() -- set the global profiling function\n\ settrace() -- set the global debug tracing function\n\ -"; +" #endif +/* end of sys_doc */ ; PyObject * _PySys_Init(void) |