summaryrefslogtreecommitdiffstats
path: root/c2.h
diff options
context:
space:
mode:
Diffstat (limited to 'c2.h')
-rw-r--r--c2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c2.h b/c2.h
index 3c56e2fa7..129a5e739 100644
--- a/c2.h
+++ b/c2.h
@@ -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.