]> code.delx.au - gnu-emacs/blobdiff - src/fringe.c
Replace IF_LINT by NONVOLATILE and UNINIT
[gnu-emacs] / src / fringe.c
index 55f37b887878c288f4f3a459e58e7e233397c817..87ec9d15c01e99aa132c65ba80df905bf0c73117 100644 (file)
@@ -956,7 +956,7 @@ update_window_fringes (struct window *w, bool keep_current_p)
      row->indicate_bob_p is set, so it's OK that top_row_ends_at_zv_p
      is not initialized here.  Similarly for bot_ind_rn,
      row->indicate_eob_p and bot_row_ends_at_zv_p.  */
-  int top_row_ends_at_zv_p IF_LINT (= 0), bot_row_ends_at_zv_p IF_LINT (= 0);
+  int top_row_ends_at_zv_p UNINIT, bot_row_ends_at_zv_p UNINIT;
 
   if (w->pseudo_window_p)
     return 0;