Remove compiler warning

This commit is contained in:
Neal Norwitz 2004-06-13 20:32:17 +00:00
parent d85c452604
commit 0f5aed4e41

View file

@ -467,7 +467,7 @@ If true, tell the Python interpreter to dump VM measurements to\n\
stderr. If false, turn off dump. The measurements are based on the\n\
Pentium time-stamp counter."
);
#endif TSC
#endif /* TSC */
static PyObject *
sys_setrecursionlimit(PyObject *self, PyObject *args)