diff options
| author | Dave Gauer <[email protected]> | 2021-03-09 20:49:47 -0500 |
|---|---|---|
| committer | Dave Gauer <[email protected]> | 2021-03-09 20:49:47 -0500 |
| commit | 20520d99f774a93bc9560882dcc56601efef6dd9 (patch) | |
| tree | a4f2ed3087595177c9b67815651ce21ba6f6c9db /patches | |
| parent | 7b1c9c3b639f0638fa03dddb8b932298baef2f73 (diff) | |
| download | ziglings-20520d99f774a93bc9560882dcc56601efef6dd9.tar.xz ziglings-20520d99f774a93bc9560882dcc56601efef6dd9.zip | |
add ex56 unions2 (tagged)
Diffstat (limited to 'patches')
| -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) { |
