convert piece_t, square_t etc. to u8 (no more typed enum. See C23 ?).

This commit is contained in:
2024-07-03 08:49:54 +02:00
parent 902c224aa9
commit 91abc3e26d
9 changed files with 58 additions and 30 deletions

View File

@@ -53,7 +53,7 @@ int main(int __unused ac, __unused char**av)
pos_set_checkers_pinners_blockers(pos);
printf("******* %s\n", cur_comment());
printf("******* line %d: %s\n", cur_line(), cur_comment());
bb_print_multi("checkers", 2, checkers, pos->checkers);
bb_print_multi("pinners", 2, pinners, pos->pinners);
bb_print_multi("blockers", 2, blockers, pos->blockers);