Skip to content

Commit b4aa436

Browse files
picnixzencukou
andauthored
Update Objects/memoryobject.c
Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent 8298d67 commit b4aa436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/memoryobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1676,7 +1676,7 @@ fix_error_int(const char *fmt)
16761676
return -1;
16771677
}
16781678

1679-
// Return 0 if PTR represents "false", and 1 otherwise.
1679+
// UNPACK_TO_BOOL: Return 0 if PTR represents "false", and 1 otherwise.
16801680
static const _Bool bool_false = 0;
16811681
#define UNPACK_TO_BOOL(PTR) (memcmp((PTR), &bool_false, sizeof(_Bool)) != 0)
16821682

0 commit comments

Comments
 (0)