Commit Graph

2 Commits

Author SHA1 Message Date
Louis Dionne
ba723f7714 Fix broken unit test for struct macros 2018-02-10 16:25:48 -08:00
Louis Dionne
b6807015f1 Remove the limitation on the number of members for struct macros
This is done by generating the supporting preprocessor macros with ERB up to
the required arity, like we do for the struct macros themselves.

Fixes #376
2018-02-10 14:20:52 -08:00