Mark SoftFloat routines static inline
authorAndrew Waterman <waterman@cs.berkeley.edu>
Wed, 2 Mar 2016 20:13:55 +0000 (12:13 -0800)
committerAndrew Waterman <waterman@cs.berkeley.edu>
Wed, 2 Mar 2016 20:14:43 +0000 (12:14 -0800)
This avoids duplicate definitions on some platforms.

softfloat/platform.h

index 3d9c431e329864cb91caad9ccb7b16d1657e1d68..03dd429fafef7c0170fa344eec1684f73ae61fef 100644 (file)
@@ -44,5 +44,5 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 /*----------------------------------------------------------------------------
 *----------------------------------------------------------------------------*/
-#define INLINE extern inline
+#define INLINE static inline