]> code.delx.au - gnu-emacs/blobdiff - src/category.c
Prefer plain 'static' to 'static inline'.
[gnu-emacs] / src / category.c
index 01a6f54ad1793e2d729940986ab42b18e35c6bd6..fe02303f6794b7316fe99707150779b3cb7f4ab9 100644 (file)
@@ -40,7 +40,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include "keymap.h"
 
 /* This setter is used only in this file, so it can be private.  */
-static inline void
+static void
 bset_category_table (struct buffer *b, Lisp_Object val)
 {
   b->INTERNAL_FIELD (category_table) = val;