From fbd3a27d6e0998f6052e93ce60f68c5261b38d2d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 31 Mar 2014 23:12:37 -0500 Subject: Add required functionality for use with TDE --- c2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c2.h') 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. -- cgit v1.2.3