Skip to content

Commit

Permalink
Add a missing #error directive (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorawee authored Jan 12, 2024
1 parent 0ea1ff3 commit 1624184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/number.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ static ptr big_logxor(ptr tc, ptr x, ptr y, iptr xl, iptr yl, IBOOL xs, IBOOL ys
#endif

#if (U64_bigits == 4)
see v7.4 number.c for U64_TO_BIGNUM w/U64_bigits == 4
#error see v7.4 number.c for U64_TO_BIGNUM w/U64_bigits == 4
#endif

#define ptr_bigits (ptr_bits / bigit_bits)
Expand Down

0 comments on commit 1624184

Please sign in to comment.