We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8298d67 commit b4aa436Copy full SHA for b4aa436
Objects/memoryobject.c
@@ -1676,7 +1676,7 @@ fix_error_int(const char *fmt)
1676
return -1;
1677
}
1678
1679
-// Return 0 if PTR represents "false", and 1 otherwise.
+// UNPACK_TO_BOOL: Return 0 if PTR represents "false", and 1 otherwise.
1680
static const _Bool bool_false = 0;
1681
#define UNPACK_TO_BOOL(PTR) (memcmp((PTR), &bool_false, sizeof(_Bool)) != 0)
1682
0 commit comments