diff src/dispnew.c @ 34895:53e52b3525bf

Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 28 Dec 2000 10:11:50 +0000
parents 779bd3fa820e
children b116257b3b28
line wrap: on
line diff
--- a/src/dispnew.c	Thu Dec 28 10:08:46 2000 +0000
+++ b/src/dispnew.c	Thu Dec 28 10:11:50 2000 +0000
@@ -141,7 +141,7 @@
 				     int, int, struct dim));
 static void change_frame_size_1 P_ ((struct frame *, int, int, int, int, int));
 static void swap_glyph_pointers P_ ((struct glyph_row *, struct glyph_row *));
-#ifdef GLYPH_DEBUG
+#if GLYPH_DEBUG
 static int glyph_row_slice_p P_ ((struct glyph_row *, struct glyph_row *));
 #endif
 static void fill_up_frame_row_with_spaces P_ ((struct glyph_row *, int));