]> code.delx.au - gnu-emacs/blobdiff - src/regex.c
Replace IF_LINT by NONVOLATILE and UNINIT
[gnu-emacs] / src / regex.c
index fc2a46fd5a38132bc80d52b4864de4b6383267dd..f92bcb7923b3dbbb7440cd70d56fca85d39032c2 100644 (file)
@@ -5444,7 +5444,7 @@ re_match_2_internal (struct re_pattern_buffer *bufp, const_re_char *string1,
 
            /* Start of actual range_table, or end of bitmap if there is no
               range table.  */
-           re_char *range_table IF_LINT (= NULL);
+           re_char *range_table UNINIT;
 
            /* Nonzero if there is a range table.  */
            int range_table_exists;