struct frame *f = XFRAME (w->frame);
int rc = CURSOR_MOVEMENT_CANNOT_BE_USED;
-#ifdef GLYPH_DEBUG
+#if GLYPH_DEBUG
if (inhibit_try_cursor_movement)
return rc;
#endif
struct glyph_row *start_row;
int start_vpos, min_y, max_y;
-#ifdef GLYPH_DEBUG
+#if GLYPH_DEBUG
if (inhibit_try_window_reusing)
return 0;
#endif
struct text_pos start;
int first_changed_charpos, last_changed_charpos;
-#ifdef GLYPH_DEBUG
+#if GLYPH_DEBUG
if (inhibit_try_window_id)
return 0;
#endif
"Non-nil means don't eval Lisp during redisplay.");
inhibit_eval_during_redisplay = 0;
-#ifdef GLYPH_DEBUG
+#if GLYPH_DEBUG
DEFVAR_BOOL ("inhibit-try-window-id", &inhibit_try_window_id,
"Inhibit try_window_id display optimization.");
inhibit_try_window_id = 0;