]> code.delx.au - gnu-emacs/blobdiff - src/category.c
Fix another instance of bug #12933 with non-ASCII file names on Windows.
[gnu-emacs] / src / category.c
index 80dc6938d8be9022dc23bd4b19002fa7002609d8..fe02303f6794b7316fe99707150779b3cb7f4ab9 100644 (file)
@@ -32,7 +32,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #define CATEGORY_INLINE EXTERN_INLINE
 
-#include <setjmp.h>
 #include "lisp.h"
 #include "character.h"
 #include "buffer.h"
@@ -41,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;