Changeset 35514 in vbox for trunk/include/iprt
- Timestamp:
- Jan 12, 2011 10:34:16 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69397
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/types.h
r35511 r35514 462 462 #ifdef RT_COMPILER_GROKS_64BIT_BITFIELDS 463 463 /** Format using 64-bit bitfields. */ 464 struct464 RT_GCC_EXTENSION struct 465 465 { 466 466 # ifdef RT_BIG_ENDIAN … … 504 504 { 505 505 /** Format using bitfields. */ 506 struct506 RT_GCC_EXTENSION struct 507 507 { 508 508 # ifdef RT_BIG_ENDIAN … … 551 551 #endif 552 552 /** Format using bitfields. */ 553 struct553 RT_GCC_EXTENSION struct 554 554 { 555 555 #ifdef RT_BIG_ENDIAN … … 571 571 572 572 /** Bitfield exposing the J bit and the fraction. */ 573 struct573 RT_GCC_EXTENSION struct 574 574 { 575 575 #ifdef RT_BIG_ENDIAN … … 600 600 #ifdef RT_COMPILER_GROKS_64BIT_BITFIELDS 601 601 /** 64-bit bitfields exposing the J bit and the fraction. */ 602 struct602 RT_GCC_EXTENSION struct 603 603 { 604 604 # ifdef RT_BIG_ENDIAN
Note:
See TracChangeset
for help on using the changeset viewer.