Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Hirrolot/datatype99
Browse files Browse the repository at this point in the history
  • Loading branch information
hirrolot committed Feb 5, 2021
2 parents b366432 + e761813 commit b2a2db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ typedef struct <datatype-name> <variant-name>SumT;
```
typedef struct <datatype-name> {
enum {
<variant-name>0Tag, ..., <variant-name>NTag
<variant-name>0Tag, ..., <variant-name>NTag
} tag;
union {
Expand Down

0 comments on commit b2a2db4

Please sign in to comment.