diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-04-17 20:03:04 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-04-17 20:03:04 -0400 |
commit | 4d8b40648ecf90b9f27d2daf7d77f4e66efd5ea5 (patch) | |
tree | f27a85d586aec05ee7d4f864fdf34f92f247821f /patches | |
parent | d9ed5336ccab9bcc6e52800bba7bf16c818bb20d (diff) | |
download | ziglings-4d8b40648ecf90b9f27d2daf7d77f4e66efd5ea5.tar.gz ziglings-4d8b40648ecf90b9f27d2daf7d77f4e66efd5ea5.tar.bz2 ziglings-4d8b40648ecf90b9f27d2daf7d77f4e66efd5ea5.tar.xz ziglings-4d8b40648ecf90b9f27d2daf7d77f4e66efd5ea5.zip |
Clarity for 062 and tupni for 064
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}); |