Mercurial > emacs
changeset 34893:779bd3fa820e
Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 28 Dec 2000 10:08:21 +0000 |
parents | 3868f2e7355a |
children | 21ab14f51772 |
files | src/dispnew.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispnew.c Thu Dec 28 07:03:56 2000 +0000 +++ b/src/dispnew.c Thu Dec 28 10:08:21 2000 +0000 @@ -1304,7 +1304,7 @@ is non-zero if the glyph memory of WINDOW_ROW is part of the glyph memory of FRAME_ROW. */ -#ifdef GLYPH_DEBUG +#if GLYPH_DEBUG static int glyph_row_slice_p (window_row, frame_row) @@ -3773,7 +3773,7 @@ fflush (stdout); /* Check window matrices for lost pointers. */ -#ifdef GLYPH_DEBUG +#if GLYPH_DEBUG check_window_matrix_pointers (root_window); add_frame_display_history (f, paused_p); #endif @@ -4094,7 +4094,7 @@ else paused_p = 1; -#ifdef GLYPH_DEBUG +#if GLYPH_DEBUG add_window_display_history (w, w->current_matrix->method, paused_p); #endif @@ -6482,7 +6482,7 @@ defsubr (&Sinternal_show_cursor); defsubr (&Sinternal_show_cursor_p); -#ifdef GLYPH_DEBUG +#if GLYPH_DEBUG defsubr (&Sdump_redisplay_history); #endif