comparison src/macfns.c @ 59881:7cbf9ea41a2a

* macfns.c (unwind_create_frame): Fixing compile error due to xassert being uncondition, but predicate is.
author Steven Tamm <steventamm@mac.com>
date Thu, 03 Feb 2005 07:09:43 +0000
parents bf1c907c5570
children 47a7608e0711
comparison
equal deleted inserted replaced
59880:8e65810e7f24 59881:7cbf9ea41a2a
2525 struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (f); 2525 struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (f);
2526 #endif 2526 #endif
2527 2527
2528 x_free_frame_resources (f); 2528 x_free_frame_resources (f);
2529 2529
2530 #if GLYPH_DEBUG
2530 /* Check that reference counts are indeed correct. */ 2531 /* Check that reference counts are indeed correct. */
2531 xassert (dpyinfo->reference_count == dpyinfo_refcount); 2532 xassert (dpyinfo->reference_count == dpyinfo_refcount);
2532 xassert (dpyinfo->image_cache->refcount == image_cache_refcount); 2533 xassert (dpyinfo->image_cache->refcount == image_cache_refcount);
2534 #endif
2533 return Qt; 2535 return Qt;
2534 } 2536 }
2535 2537
2536 return Qnil; 2538 return Qnil;
2537 } 2539 }