VirtualBox

Changeset 35514 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jan 12, 2011 10:34:16 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69397
Message:

iprt/types.h: Attempt to make gcc 3.2.3 happy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/types.h

    r35511 r35514  
    462462#ifdef RT_COMPILER_GROKS_64BIT_BITFIELDS
    463463    /** Format using 64-bit bitfields.  */
    464     struct
     464    RT_GCC_EXTENSION struct
    465465    {
    466466# ifdef RT_BIG_ENDIAN
     
    504504{
    505505    /** Format using bitfields.  */
    506     struct
     506    RT_GCC_EXTENSION struct
    507507    {
    508508# ifdef RT_BIG_ENDIAN
     
    551551#endif
    552552    /** Format using bitfields.  */
    553     struct
     553    RT_GCC_EXTENSION struct
    554554    {
    555555#ifdef RT_BIG_ENDIAN
     
    571571
    572572    /** Bitfield exposing the J bit and the fraction.  */
    573     struct
     573    RT_GCC_EXTENSION struct
    574574    {
    575575#ifdef RT_BIG_ENDIAN
     
    600600#ifdef RT_COMPILER_GROKS_64BIT_BITFIELDS
    601601    /** 64-bit bitfields exposing the J bit and the fraction.  */
    602     struct
     602    RT_GCC_EXTENSION struct
    603603    {
    604604# ifdef RT_BIG_ENDIAN
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette