mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-03 11:01:03 -08:00
Missing 'break' statement caused errors whenever (N)REVERSING bitvectors
This commit is contained in:
parent
c4a5c7271c
commit
877f0922a1
1 changed files with 1 additions and 0 deletions
|
|
@ -955,6 +955,7 @@ ecl_reverse_subarray(cl_object x, cl_index i0, cl_index i1)
|
|||
x->array.self.bit[j/CHAR_BIT]
|
||||
&= ~(0200>>j%CHAR_BIT);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
FEerror("Bad array type", 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue