diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-03-10 20:14:25 -0500 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-03-10 20:14:25 -0500 |
commit | 42fde519e90fee5d21e0af553b086a4cab977148 (patch) | |
tree | 667169bef4f6a1fa3caf576118461a94c07b8353 /patches | |
parent | 89187e52a1f6a3df4740b6a136ea87afc2e30692 (diff) | |
download | ziglings-42fde519e90fee5d21e0af553b086a4cab977148.tar.gz ziglings-42fde519e90fee5d21e0af553b086a4cab977148.tar.bz2 ziglings-42fde519e90fee5d21e0af553b086a4cab977148.tar.xz ziglings-42fde519e90fee5d21e0af553b086a4cab977148.zip |
add ex 57 unions 3
Diffstat (limited to 'patches')
-rw-r--r-- | patches/patches/57_unions3.patch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patches/patches/57_unions3.patch b/patches/patches/57_unions3.patch new file mode 100644 index 0000000..17e27a2 --- /dev/null +++ b/patches/patches/57_unions3.patch @@ -0,0 +1,4 @@ +18c18 +< const Insect = union(InsectStat) { +--- +> const Insect = union(enum) { |