Skip to content

Commit 2413ceb

Browse files
committed
Fix marco
1 parent ea35d4b commit 2413ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/mmapmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ mmap_resize_method(PyObject *op, PyObject *args)
912912
#endif /* UNIX */
913913
}
914914
}
915-
#endif /* defined(MS_WINDOWS) || defined(HAVE_MREMAP) */
915+
#endif /* MS_WINDOWS || HAVE_MREMAP */
916916

917917
static PyObject *
918918
mmap_tell_method(PyObject *op, PyObject *Py_UNUSED(ignored))

0 commit comments

Comments
 (0)