]> code.delx.au - gnu-emacs/blobdiff - src/minibuf.c
Replace IF_LINT by NONVOLATILE and UNINIT
[gnu-emacs] / src / minibuf.c
index 75831618ea5b41dd36ab19a6f9f478d1b3e2e8de..7bad6f0e0185d0bca24615585f8d799b99e58d5e 100644 (file)
@@ -194,7 +194,7 @@ read_minibuf_noninteractive (Lisp_Object map, Lisp_Object initial,
   int c;
   unsigned char hide_char = 0;
   struct emacs_tty etty;
-  bool etty_valid IF_LINT (= false);
+  bool etty_valid UNINIT;
 
   /* Check, whether we need to suppress echoing.  */
   if (CHARACTERP (Vread_hide_char))