aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/076_sentinels.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/patches/patches/076_sentinels.patch b/patches/patches/076_sentinels.patch
new file mode 100644
index 0000000..52a5424
--- /dev/null
+++ b/patches/patches/076_sentinels.patch
@@ -0,0 +1,8 @@
+82c82
+< for (???) |s| {
+---
+> for (my_seq) |s| {
+94c94
+< while (??? != my_sentinel) {
+---
+> while (my_seq[i] != my_sentinel) {