aboutsummaryrefslogtreecommitdiffstats
path: root/src/scroll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scroll.c')
-rw-r--r--src/scroll.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scroll.c b/src/scroll.c
index 603e04575f6..86d775545b0 100644
--- a/src/scroll.c
+++ b/src/scroll.c
@@ -264,7 +264,7 @@ do_scrolling (struct frame *frame, struct glyph_matrix *current_matrix,
264 for (k = 0; k < window_size; ++k) 264 for (k = 0; k < window_size; ++k)
265 copy_from[k] = -1; 265 copy_from[k] = -1;
266 266
267#if GLYPH_DEBUG 267#ifdef GLYPH_DEBUG
268# define CHECK_BOUNDS \ 268# define CHECK_BOUNDS \
269 do \ 269 do \
270 { \ 270 { \
@@ -322,7 +322,7 @@ do_scrolling (struct frame *frame, struct glyph_matrix *current_matrix,
322 copy_from[i] = j; 322 copy_from[i] = j;
323 retained_p[j] = 1; 323 retained_p[j] = 1;
324 324
325#if GLYPH_DEBUG 325#ifdef GLYPH_DEBUG
326 CHECK_BOUNDS; 326 CHECK_BOUNDS;
327#endif 327#endif
328 } 328 }
@@ -374,7 +374,7 @@ do_scrolling (struct frame *frame, struct glyph_matrix *current_matrix,
374 mirrored_line_dance (current_matrix, unchanged_at_top, window_size, 374 mirrored_line_dance (current_matrix, unchanged_at_top, window_size,
375 copy_from, retained_p); 375 copy_from, retained_p);
376 376
377 /* Some sanity checks if GLYPH_DEBUG != 0. */ 377 /* Some sanity checks if GLYPH_DEBUG is defined. */
378 CHECK_MATRIX (current_matrix); 378 CHECK_MATRIX (current_matrix);
379 379
380 if (terminal_window_p) 380 if (terminal_window_p)