diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/patches/55_unions.patch | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/patches/patches/55_unions.patch b/patches/patches/55_unions.patch new file mode 100644 index 0000000..c362f20 --- /dev/null +++ b/patches/patches/55_unions.patch @@ -0,0 +1,6 @@ +62,63c62,63 +< printInsect(ant, AntOrBee.c); +< printInsect(bee, AntOrBee.c); +--- +> printInsect(ant, AntOrBee.a); +> printInsect(bee, AntOrBee.b); |