| Index: silk/NLSF_decode.c
 | 
| diff --git a/silk/NLSF_decode.c b/silk/NLSF_decode.c
 | 
| index 3839acde751b6ad14262dbb62cefe1686f0c159e..9f715060b8efb2c3c6d84c10edc68036f0253f46 100644
 | 
| --- a/silk/NLSF_decode.c
 | 
| +++ b/silk/NLSF_decode.c
 | 
| @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
 | 
|  #include "main.h"
 | 
|  
 | 
|  /* Predictive dequantizer for NLSF residuals */
 | 
| -static inline void silk_NLSF_residual_dequant(               /* O    Returns RD value in Q30                     */
 | 
| +static OPUS_INLINE void silk_NLSF_residual_dequant(               /* O    Returns RD value in Q30                     */
 | 
|            opus_int16         x_Q10[],                        /* O    Output [ order ]                            */
 | 
|      const opus_int8          indices[],                      /* I    Quantization indices [ order ]              */
 | 
|      const opus_uint8         pred_coef_Q8[],                 /* I    Backward predictor coefs [ order ]          */
 | 
| 
 |