# HG changeset patch # User Gerd Moellmann # Date 1003921871 0 # Node ID 568fe11a570e1df122b5eccdcdfb0a1e22769e15 # Parent 4f3033e5b6882c4db99b5a2bc1f8038bbdddf9d6 Change #ifdef GLYPH_DEBUG to #if. diff -r 4f3033e5b688 -r 568fe11a570e src/xdisp.c --- a/src/xdisp.c Wed Oct 24 11:06:30 2001 +0000 +++ b/src/xdisp.c Wed Oct 24 11:11:11 2001 +0000 @@ -9683,7 +9683,7 @@ 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 @@ -10624,7 +10624,7 @@ 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 @@ -11281,7 +11281,7 @@ 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 @@ -14889,7 +14889,7 @@ doc: /* 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, doc: /* Inhibit try_window_id display optimization. */); inhibit_try_window_id = 0;