mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-12-22 22:13:11 -05:00
c7697a4282
Add the update-patches.py tool. Update all the patches, so that the files are up-to-date and use the same patch file format.
8 lines
175 B
Diff
8 lines
175 B
Diff
85c85
|
|
< for (???) |s| {
|
|
---
|
|
> for (my_seq) |s| {
|
|
97c97
|
|
< while (??? != my_sentinel) {
|
|
---
|
|
> while (my_seq[i] != my_sentinel) {
|