From: Neal Norwitz Date: Sun, 13 Jun 2004 20:32:17 +0000 (+0000) Subject: Remove compiler warning X-Git-Tag: v2.4a1~188 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f5aed4e41d1df04ffd004747fc0da4ace16350f;p=thirdparty%2FPython%2Fcpython.git Remove compiler warning --- diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 55c04251754e..c62b22db2759 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -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)