diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-03-09 20:49:47 -0500 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-03-09 20:49:47 -0500 |
commit | 9277370b4ef26d7c9e9aa473a8b13265b061586d (patch) | |
tree | a4f2ed3087595177c9b67815651ce21ba6f6c9db | |
parent | 72ebf3e4606d7c56a92eca112d4227d0b66d2095 (diff) | |
download | ziglings-9277370b4ef26d7c9e9aa473a8b13265b061586d.tar.gz ziglings-9277370b4ef26d7c9e9aa473a8b13265b061586d.tar.bz2 ziglings-9277370b4ef26d7c9e9aa473a8b13265b061586d.tar.xz ziglings-9277370b4ef26d7c9e9aa473a8b13265b061586d.zip |
add ex56 unions2 (tagged)
-rw-r--r-- | patches/patches/56_unions2.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/patches/patches/56_unions2.patch b/patches/patches/56_unions2.patch new file mode 100644 index 0000000..7341f7a --- /dev/null +++ b/patches/patches/56_unions2.patch @@ -0,0 +1,10 @@ +47,48c47,48 +< printInsect(???); +< printInsect(???); +--- +> printInsect(ant); +> printInsect(bee); +54c54 +< switch (???) { +--- +> switch (insect) { |