From b86230d1609d0eb8a6356f6e988c3b06d1e7342f Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sun, 9 May 2021 14:25:51 -0400 Subject: add ex081 anon structs 2 --- patches/patches/081_anonymous_structs2.patch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 patches/patches/081_anonymous_structs2.patch (limited to 'patches') diff --git a/patches/patches/081_anonymous_structs2.patch b/patches/patches/081_anonymous_structs2.patch new file mode 100644 index 0000000..b9890d6 --- /dev/null +++ b/patches/patches/081_anonymous_structs2.patch @@ -0,0 +1,8 @@ +41c41 +< fn printCircle(???) void { +--- +> fn printCircle(circle: anytype) void { +44c44 +< circle.centaur_y, +--- +> circle.center_y, -- cgit v1.2.3-ZIG