VirtualBox

Changeset 103122 in vbox


Ignore:
Timestamp:
Jan 30, 2024 2:28:10 PM (10 months ago)
Author:
vboxsync
Message:

iprt/cdefs.h: Fix typo in RT_FLEXIBLE_ARRAY definition from r113933, bugref:10585.

File:
1 edited

Legend:

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

    r103005 r103122  
    29852985# endif
    29862986#elif defined(__STDC_VERSION__)
    2987 # if __STDC_VERSION__ >= 1999901L
     2987# if __STDC_VERSION__ >= 199901L
    29882988#  define RT_FLEXIBLE_ARRAY
    2989 # else
     2989# else /* __STDC_VERSION__ < 199901L */
    29902990#  define RT_FLEXIBLE_ARRAY                     1
    2991 # endif
     2991# endif /* __STDC_VERSION__ < 199901L */
    29922992#else
    29932993# define RT_FLEXIBLE_ARRAY                      1
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