xassert being uncondition, but predicate is.
+2005-02-02 Steven Tamm <steventamm@mac.com>
+
+ * dispnew.c (update_window): Fixing compile error due to
+ GLYPH_DEBUG being undefined.
+
2005-02-02 Miles Bader <miles@gnu.org>
* dispextern.h (xassert): Enable unconditionally.
extern Lisp_Object do_mouse_tracking;
#if GLYPH_DEBUG
struct frame *f = XFRAME (WINDOW_FRAME (w));
-#endif
/* Check that W's frame doesn't have glyph matrices. */
xassert (FRAME_WINDOW_P (f));
xassert (updating_frame != NULL);
+#endif
/* Check pending input the first time so that we can quickly return. */
if (redisplay_dont_pause)