summaryrefslogtreecommitdiffstatshomepage
path: root/patches/patches/076_sentinels.patch
blob: 33e4483aa99093bbe87d7e9a46a51055199390b7 (plain)
1
2
3
4
5
6
7
8
83c83
<             for (???) |s| {
---
>             for (my_seq) |s| {
95c95
<             while (??? != my_sentinel) {
---
>             while (my_seq[i] != my_sentinel) {