From e7326dc5f92dd8a2dc8bd7cafb5b3eaaf55ce99b Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Tue, 21 Feb 2023 21:43:40 +0100 Subject: dev.1711 - switched to multi-object-for-loops --- patches/patches/016_for2.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'patches') diff --git a/patches/patches/016_for2.patch b/patches/patches/016_for2.patch index 5aba37f..bdbfc7d 100644 --- a/patches/patches/016_for2.patch +++ b/patches/patches/016_for2.patch @@ -1,4 +1,4 @@ -27c27 -< for (bits) |bit, ???| { +28c28 +< for (bits, ???) |bit, ???| { --- -> for (bits) |bit, i| { +> for (bits, 0..) |bit, i| { -- cgit v1.2.3