changeset 38369:919f3c722163

(try_cursor_movement): Prevent a warning from GCC 3.0.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 11 Jul 2001 15:44:36 +0000
parents 06544baec9ed
children 8ff8080320ad
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Wed Jul 11 15:42:26 2001 +0000
+++ b/src/xdisp.c	Wed Jul 11 15:44:36 2001 +0000
@@ -9579,7 +9579,7 @@
 	  || current_buffer != XMARKER (Voverlay_arrow_position)->buffer))
     {
       int this_scroll_margin;
-      struct glyph_row *row;
+      struct glyph_row *row = NULL;
 
 #if GLYPH_DEBUG
       debug_method_add (w, "cursor movement");