diff options
Diffstat (limited to 'utils.h')
| -rw-r--r-- | utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ __expr; \ }) +#define When(x, _tag) ((x)->type == _tag ? &(x)->__tagged._tag : (errx(1, __FILE__ ":%d This was supposed to be a " # _tag "\n", __LINE__), &(x)->__tagged._tag)) + #ifndef public #define public __attribute__ ((visibility ("default"))) #endif |
