]> code.delx.au - gnu-emacs/blobdiff - lib-src/make-docfile.c
Use 'inline', not 'INLINE'.
[gnu-emacs] / lib-src / make-docfile.c
index 9b804684a1238ea8ec60b8ca60f7732cb8428a5e..ba54202954b09e9ecd3e2e6292cf12389cd973cb 100644 (file)
@@ -291,7 +291,7 @@ struct rcsoc_state
 /* Output CH to the file or buffer in STATE.  Any pending newlines or
    spaces are output first.  */
 
-static INLINE void
+static inline void
 put_char (int ch, struct rcsoc_state *state)
 {
   int out_ch;