summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)