summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2004-06-13 20:32:17 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2004-06-13 20:32:17 (GMT)
commit0f5aed4e41d1df04ffd004747fc0da4ace16350f (patch)
tree21971c416ce34363292d844dd781dbcf5c040cec /Python
parentd85c4526047260c04aafec935f2fa292e5fccee6 (diff)
downloadcpython-0f5aed4e41d1df04ffd004747fc0da4ace16350f.zip
cpython-0f5aed4e41d1df04ffd004747fc0da4ace16350f.tar.gz
cpython-0f5aed4e41d1df04ffd004747fc0da4ace16350f.tar.bz2
Remove compiler warning
Diffstat (limited to 'Python')
-rw-r--r--Python/sysmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/sysmodule.c b/Python/sysmodule.c
index 55c0425..c62b22d 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)