Mercurial > emacs
changeset 40251:568fe11a570e
Change #ifdef GLYPH_DEBUG to #if.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 24 Oct 2001 11:11:11 +0000 |
parents | 4f3033e5b688 |
children | 111fc7634b28 |
files | src/xdisp.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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;