| Index: silk/encode_pulses.c
 | 
| diff --git a/silk/encode_pulses.c b/silk/encode_pulses.c
 | 
| index d1b2f5dc5422f00414c3c2d427a7e25d9b8bbc23..a4501438d12294620b5a83465e061330a0dd580c 100644
 | 
| --- a/silk/encode_pulses.c
 | 
| +++ b/silk/encode_pulses.c
 | 
| @@ -36,7 +36,7 @@ POSSIBILITY OF SUCH DAMAGE.
 | 
|  /* Encode quantization indices of excitation */
 | 
|  /*********************************************/
 | 
|  
 | 
| -static inline opus_int combine_and_check(    /* return ok                           */
 | 
| +static OPUS_INLINE opus_int combine_and_check(    /* return ok                           */
 | 
|      opus_int         *pulses_comb,           /* O                                   */
 | 
|      const opus_int   *pulses_in,             /* I                                   */
 | 
|      opus_int         max_pulses,             /* I    max value for sum of pulses    */
 | 
| 
 |