]> granicus.if.org Git - python/commitdiff
Remove compiler warning
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 13 Jun 2004 20:32:17 +0000 (20:32 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 13 Jun 2004 20:32:17 +0000 (20:32 +0000)
Python/sysmodule.c

index 55c04251754ebd82fcdff954c9c3d9b12aa0eff6..c62b22db275919e4e963d8b5f85c32df6c7ec943 100644 (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)