; * src/xfns.c (unwind_create_frame): Add missing definition.

This commit is contained in:
Eli Zaretskii 2024-06-22 15:14:19 +03:00
parent 75fdeef7b4
commit 150e2b979c

View file

@ -4757,6 +4757,7 @@ unwind_create_frame (Lisp_Object frame)
free_glyphs (f);
#if defined GLYPH_DEBUG && defined ENABLE_CHECKING
/* Check that reference counts are indeed correct. */
struct x_display_info *dpyinfo = FRAME_DISPLAY_INFO (f);
eassert (dpyinfo->reference_count == dpyinfo_refcount);
#endif /* GLYPH_DEBUG && ENABLE_CHECKING */
return Qt;