Skip to content

Commit 105fec6

Browse files
committed
typo
1 parent b5977f6 commit 105fec6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vmprof_win.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ int vmp_write_all(const char *buf, size_t bufsize)
6060
return 0;
6161
}
6262

63-
#if PY_VERSION_HEX < 0x030900B1 && not defined(RPYTHON_VMPROF) /* < 3.9 */
63+
#if PY_VERSION_HEX < 0x030900B1 && ! defined(RPYTHON_VMPROF) /* < 3.9 */
6464
static inline PyFrameObject* PyThreadState_GetFrame(PyThreadState *tstate)
6565
{
6666
Py_XINCREF(tstate->frame);

0 commit comments

Comments
 (0)