diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-03-31 23:12:37 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-03-31 23:12:37 -0500 |
commit | fbd3a27d6e0998f6052e93ce60f68c5261b38d2d (patch) | |
tree | 6f85c703246c65dfdff0c7c25f8a138be138ce17 /c2.h | |
parent | 6e4f45f875ccc0f29b93b0b36ef34dfdc8f8394a (diff) | |
download | tdebase-fbd3a27d6e0998f6052e93ce60f68c5261b38d2d.tar.gz tdebase-fbd3a27d6e0998f6052e93ce60f68c5261b38d2d.zip |
Add required functionality for use with TDE
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. |