summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2025-06-17 15:03:32 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2025-06-17 15:03:32 +0200
commit34a7c6c8613fb0ba36b1be1f151c26226e40f332 (patch)
treed93343ffda857f50e8acf2ad875552a2bb1e8292 /patches
parentafaab2efca069cb4144d8bcb3a82ee042315ea6b (diff)
parentbc96d06da4d3400f40babd1de0eb0e100d734273 (diff)
Merge pull request 'Fixes the changes in zig's struct.fields' (#279) from i278 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/279
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/065_builtins2.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/patches/065_builtins2.patch b/patches/patches/065_builtins2.patch
index e5e6410..ad4192b 100644
--- a/patches/patches/065_builtins2.patch
+++ b/patches/patches/065_builtins2.patch
@@ -1,5 +1,5 @@
---- exercises/065_builtins2.zig 2024-11-02 16:58:30.607829441 +0100
-+++ answers/065_builtins2.zig 2024-11-02 16:58:33.821220588 +0100
+--- exercises/065_builtins2.zig 2025-06-17 13:58:07.857258167 +0200
++++ answers/065_builtins2.zig 2025-06-17 13:56:36.630415938 +0200
@@ -58,7 +58,7 @@
// Oops! We cannot leave the 'me' and 'myself' fields
// undefined. Please set them here:
@@ -18,7 +18,7 @@
// Now we print a pithy statement about Narcissus.
print("A {s} loves all {s}es. ", .{
-@@ -109,15 +109,15 @@
+@@ -113,15 +113,15 @@
// Please complete these 'if' statements so that the field
// name will not be printed if the field is of type 'void'
// (which is a zero-bit type that takes up no space at all!):