Re-sync patches with current changes

This commit is contained in:
Dave Gauer 2021-06-14 11:52:22 -04:00
parent 621d72db56
commit 2460b182c0
7 changed files with 57 additions and 15 deletions

View file

@ -1,8 +1,8 @@
83c83
86c86
< for (???) |s| {
---
> for (my_seq) |s| {
95c95
98c98
< while (??? != my_sentinel) {
---
> while (my_seq[i] != my_sentinel) {