diff options
| author | 2015-12-12 08:58:57 +0100 | |
|---|---|---|
| committer | 2015-12-12 08:58:57 +0100 | |
| commit | 379581fb3690d92f7e3815534a479823aee8ddcc (patch) | |
| tree | 77b4a080ba46ba58bfd8382926580cb2aad5a69d /3rdparty | |
| parent | afe2bbe6481acf518e384509586ada235e106c54 (diff) | |
macro removal INLINE -> static inline (nw)
Diffstat (limited to '3rdparty')
| -rw-r--r-- | 3rdparty/softfloat/mamesf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/softfloat/mamesf.h b/3rdparty/softfloat/mamesf.h index cc6b9998a53..c66931698a3 100644 --- a/3rdparty/softfloat/mamesf.h +++ b/3rdparty/softfloat/mamesf.h @@ -64,4 +64,4 @@ typedef INT64 sbits64; | a compiler does not support explicit inlining, this macro should be defined | to be `static'. *----------------------------------------------------------------------------*/ -// MAME defines INLINE +#define INLINE static inline |
