Skip to content

Commit 9cb06e2

Browse files
committed
fmt
1 parent 39b1c38 commit 9cb06e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/refc/_datatypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ them first. Of course, this flag is not used if it is clear that Idris2_Value*
6060
is actually an Int. But places like newReference/removeReference require this
6161
flag.
6262
*/
63-
#define idris2_vp_is_unboxed(p) ((uintptr_t)(p) & 3)
63+
#define idris2_vp_is_unboxed(p) ((uintptr_t)(p)&3)
6464

6565
#define idris2_vp_int_shift \
6666
((sizeof(uintptr_t) >= 8 && sizeof(Idris2_Value *) >= 8) ? 32 : 16)

0 commit comments

Comments
 (0)