Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f5aed4

Browse files
committed
Remove compiler warning
1 parent d85c452 commit 0f5aed4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/sysmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ If true, tell the Python interpreter to dump VM measurements to\n\
467467
stderr. If false, turn off dump. The measurements are based on the\n\
468468
Pentium time-stamp counter."
469469
);
470-
#endif TSC
470+
#endif /* TSC */
471471

472472
static PyObject *
473473
sys_setrecursionlimit(PyObject *self, PyObject *args)

0 commit comments

Comments
 (0)