diff options
Diffstat (limited to 'c2.h')
-rw-r--r-- | c2.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,10 +35,10 @@ typedef struct _c2_l c2_l_t; /// Pointer to a condition tree. typedef struct { bool isbranch : 1; - union { +// union { c2_b_t *b; c2_l_t *l; - }; +// }; } c2_ptr_t; /// Initializer for c2_ptr_t. |