Changeset 7051 in vbox
- Timestamp:
- Feb 20, 2008 4:21:31 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28286
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/avl.h
r5999 r7051 271 271 /** Height of this tree: max(height(left), height(right)) + 1 */ 272 272 unsigned char uchHeight; 273 /** Make sure the structure is a multiple of 8 in size. */ 274 unsigned char Padding[7]; 273 275 } AVLROGCPHYSNODECORE, *PAVLROGCPHYSNODECORE; 274 276 … … 578 580 #if HC_ARCH_BITS == 64 || GC_ARCH_BITS == 64 579 581 unsigned char Padding[7]; /**< Alignment padding. */ 580 #endif 582 #endif 581 583 } AVLOHCPHYSNODECORE, *PAVLOHCPHYSNODECORE; 582 584
Note:
See TracChangeset
for help on using the changeset viewer.