Skip to content

Commit a0ff7fa

Browse files
petervanvugtencukou
andcommitted
Update Include/pyport.h
Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent f455687 commit a0ff7fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/pyport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ extern "C" {
593593
# define _Py_NO_SANITIZE_MEMORY
594594
#endif
595595
#ifndef _Py_MSAN_UNPOISON
596-
# define _Py_MSAN_UNPOISON
596+
# define _Py_MSAN_UNPOISON(PTR, SIZE)
597597
#endif
598598

599599
/* AIX has __bool__ redefined in it's system header file. */

0 commit comments

Comments
 (0)