# HG changeset patch # User Gerd Moellmann # Date 977998101 0 # Node ID 779bd3fa820e3f054fe719d71acaadb9a75bb8cf # Parent 3868f2e7355a4d964d1cbfbd2ef8232a3de3f13c Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG. diff -r 3868f2e7355a -r 779bd3fa820e src/dispnew.c --- 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