]> code.delx.au - gnu-emacs/blobdiff - src/syntax.c
Replace IF_LINT by NONVOLATILE and UNINIT
[gnu-emacs] / src / syntax.c
index 78c7de9c65b166b104566ec1a926dc1e2f22d2ac..1c1a2f827823107ba97400e52f22348a8a33efd7 100644 (file)
@@ -1633,7 +1633,7 @@ skip_chars (bool forwardp, Lisp_Object string, Lisp_Object lim,
   int c;
   char fastmap[0400];
   /* Store the ranges of non-ASCII characters.  */
-  int *char_ranges IF_LINT (= NULL);
+  int *char_ranges UNINIT;
   int n_char_ranges = 0;
   bool negate = 0;
   ptrdiff_t i, i_byte;