Changeset 94535 in vbox for trunk/src/libs/softfloat-3e/build
- Timestamp:
- Apr 9, 2022 9:08:29 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150886
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/softfloat-3e/build/Linux-x86_64-GCC/platform.h
r94480 r94535 41 41 /*---------------------------------------------------------------------------- 42 42 *----------------------------------------------------------------------------*/ 43 #ifdef VBOX /* we end up with unresolved externals otherwise */ 44 # define INLINE static inline 45 #else 43 46 #ifdef __GNUC_STDC_INLINE__ 44 47 #define INLINE inline 45 48 #else 46 49 #define INLINE extern inline 50 #endif 47 51 #endif 48 52
Note:
See TracChangeset
for help on using the changeset viewer.