Skip to content

Commit 89ba757

Browse files
author
Andrew Waterman
committed
Mark SoftFloat routines static inline
This avoids duplicate definitions on some platforms.
1 parent a95b44d commit 89ba757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

softfloat/platform.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4444

4545
/*----------------------------------------------------------------------------
4646
*----------------------------------------------------------------------------*/
47-
#define INLINE extern inline
47+
#define INLINE static inline
4848

0 commit comments

Comments
 (0)