From 4d8b40648ecf90b9f27d2daf7d77f4e66efd5ea5 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sat, 17 Apr 2021 20:03:04 -0400 Subject: Clarity for 062 and tupni for 064 --- patches/patches/062_loop_expressions.patch | 2 +- patches/patches/064_builtins.patch | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'patches') 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}); -- cgit v1.2.3-ZIG