Changeset 103122 in vbox
- Timestamp:
- Jan 30, 2024 2:28:10 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cdefs.h
r103005 r103122 2985 2985 # endif 2986 2986 #elif defined(__STDC_VERSION__) 2987 # if __STDC_VERSION__ >= 1999 901L2987 # if __STDC_VERSION__ >= 199901L 2988 2988 # define RT_FLEXIBLE_ARRAY 2989 # else 2989 # else /* __STDC_VERSION__ < 199901L */ 2990 2990 # define RT_FLEXIBLE_ARRAY 1 2991 # endif 2991 # endif /* __STDC_VERSION__ < 199901L */ 2992 2992 #else 2993 2993 # define RT_FLEXIBLE_ARRAY 1
Note:
See TracChangeset
for help on using the changeset viewer.