# HG changeset patch # User Steven Tamm # Date 1107414335 0 # Node ID aaf00c30330889b52d053fdc7822e9d4b8a21744 # Parent 11f2e6f2a60098be60c3bd9e0df0d03486b1224e * dispnew.c (update_window): Fixing compile error due to xassert being uncondition, but predicate is. diff -r 11f2e6f2a600 -r aaf00c303308 src/ChangeLog --- a/src/ChangeLog Thu Feb 03 07:04:29 2005 +0000 +++ b/src/ChangeLog Thu Feb 03 07:05:35 2005 +0000 @@ -1,3 +1,8 @@ +2005-02-02 Steven Tamm + + * dispnew.c (update_window): Fixing compile error due to + GLYPH_DEBUG being undefined. + 2005-02-02 Miles Bader * dispextern.h (xassert): Enable unconditionally. diff -r 11f2e6f2a600 -r aaf00c303308 src/dispnew.c --- a/src/dispnew.c Thu Feb 03 07:04:29 2005 +0000 +++ b/src/dispnew.c Thu Feb 03 07:05:35 2005 +0000 @@ -4065,11 +4065,11 @@ 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)