diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/patches/062_loop_expressions.patch | 2 | ||||
-rw-r--r-- | patches/patches/064_builtins.patch | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/patches/patches/062_loop_expressions.patch b/patches/patches/062_loop_expressions.patch index 85b1fd2..8b33607 100644 --- a/patches/patches/062_loop_expressions.patch +++ b/patches/patches/062_loop_expressions.patch @@ -1,4 +1,4 @@ -46c46 +50c50 < }; --- > } else null; diff --git a/patches/patches/064_builtins.patch b/patches/patches/064_builtins.patch index cdba367..644128b 100644 --- a/patches/patches/064_builtins.patch +++ b/patches/patches/064_builtins.patch @@ -1,6 +1,4 @@ -72,73c72,73 +72c72 < const tupni: u8 = @bitReverse(input); -< print("{b:0>8} backwards is {b:0>8}.\n", .{input}); --- > const tupni: u8 = @bitReverse(u8, input); -> print("{b:0>8} backwards is {b:0>8}.\n", .{input, tupni}); |