Changeset 13047 in vbox for trunk/include
- Timestamp:
- Oct 7, 2008 1:24:42 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 37502
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/avl.h
r9387 r13047 519 519 /** Height of this tree: max(height(left), height(right)) + 1 */ 520 520 unsigned char uchHeight; 521 unsigned char padding[GC_ARCH_BITS == 64 ? 7 : 3];521 unsigned char padding[GC_ARCH_BITS == 64 ? 7 : 7]; 522 522 } AVLROGCPTRNODECORE, *PAVLROGCPTRNODECORE; 523 523 … … 633 633 #if HC_ARCH_BITS == 64 || GC_ARCH_BITS == 64 634 634 unsigned char Padding[7]; /**< Alignment padding. */ 635 #endif 635 #endif 636 636 } AVLOHCPHYSNODECORE, *PAVLOHCPHYSNODECORE; 637 637
Note:
See TracChangeset
for help on using the changeset viewer.