Skip to content

Commit edc6f73

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

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
@@ -632,7 +632,7 @@ extern "C" {
632632
# define _Py_NO_SANITIZE_MEMORY
633633
#endif
634634
#ifndef _Py_MSAN_UNPOISON
635-
# define _Py_MSAN_UNPOISON
635+
# define _Py_MSAN_UNPOISON(PTR, SIZE)
636636
#endif
637637

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

0 commit comments

Comments
 (0)