]> code.delx.au - gnu-emacs/blobdiff - src/syntax.c
[ChangeLog]
[gnu-emacs] / src / syntax.c
index cff6d50f51093202dcf974ea6b9ec67c7a2f3e31..82103cfa3d4460c6da3810291407a5f1da8afb38 100644 (file)
@@ -367,7 +367,7 @@ char_quoted (EMACS_INT charpos, EMACS_INT bytepos)
 /* Return the bytepos one character before BYTEPOS.
    We assume that BYTEPOS is not at the start of the buffer.  */
 
-static INLINE EMACS_INT
+static inline EMACS_INT
 dec_bytepos (EMACS_INT bytepos)
 {
   if (NILP (BVAR (current_buffer, enable_multibyte_characters)))