xassert being uncondition, but predicate is.
2005-02-02 Steven Tamm <steventamm@mac.com>
+ * macfns.c (unwind_create_frame): Fixing compile error due to
+ xassert being uncondition, but predicate is.
* dispnew.c (update_window): Fixing compile error due to
- GLYPH_DEBUG being undefined.
+ xassert being uncondition, but predicate is.
2005-02-02 Miles Bader <miles@gnu.org>
x_free_frame_resources (f);
+#if GLYPH_DEBUG
/* Check that reference counts are indeed correct. */
xassert (dpyinfo->reference_count == dpyinfo_refcount);
xassert (dpyinfo->image_cache->refcount == image_cache_refcount);
+#endif
return Qt;
}