summaryrefslogtreecommitdiffstats
path: root/c2.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-03-31 23:12:37 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-03-31 23:12:37 -0500
commitfbd3a27d6e0998f6052e93ce60f68c5261b38d2d (patch)
tree6f85c703246c65dfdff0c7c25f8a138be138ce17 /c2.h
parent6e4f45f875ccc0f29b93b0b36ef34dfdc8f8394a (diff)
downloadtdebase-fbd3a27d6e0998f6052e93ce60f68c5261b38d2d.tar.gz
tdebase-fbd3a27d6e0998f6052e93ce60f68c5261b38d2d.zip
Add required functionality for use with TDE
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.