diff src/xfns.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 d8005f5e0a23
children 4cdfcac861d7
line wrap: on
line diff
--- a/src/xfns.c	Thu Dec 28 10:08:46 2000 +0000
+++ b/src/xfns.c	Thu Dec 28 10:11:50 2000 +0000
@@ -255,7 +255,7 @@
 
 Lisp_Object Qface_set_after_frame_default;
 
-#ifdef GLYPH_DEBUG
+#if GLYPH_DEBUG
 int image_cache_refcount, dpyinfo_refcount;
 #endif
 
@@ -4043,7 +4043,7 @@
   /* If frame is ``official'', nothing to do.  */
   if (!CONSP (Vframe_list) || !EQ (XCAR (Vframe_list), frame))
     {
-#ifdef GLYPH_DEBUG
+#if GLYPH_DEBUG
       struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (f);
 #endif
       
@@ -4158,7 +4158,7 @@
     f->icon_name = Qnil;
 
   FRAME_X_DISPLAY_INFO (f) = dpyinfo;
-#ifdef GLYPH_DEBUG
+#if GLYPH_DEBUG
   image_cache_refcount = FRAME_X_IMAGE_CACHE (f)->refcount;
   dpyinfo_refcount = dpyinfo->reference_count;
 #endif /* GLYPH_DEBUG */
@@ -10440,7 +10440,7 @@
   f->output_data.x->scroll_bar_background_pixel = -1;
   f->icon_name = Qnil;
   FRAME_X_DISPLAY_INFO (f) = dpyinfo;
-#ifdef GLYPH_DEBUG
+#if GLYPH_DEBUG
   image_cache_refcount = FRAME_X_IMAGE_CACHE (f)->refcount;
   dpyinfo_refcount = dpyinfo->reference_count;
 #endif /* GLYPH_DEBUG */