Problem: Build failure in tiny version.
Solution: Define ex_popupclear to ex_ni if not implemented. Add UNUSED.
#if !defined(FEAT_X11) || !defined(FEAT_XCLIPBOARD)
# define ex_xrestore ex_ni
#endif
+#if !defined(FEAT_TEXT_PROP)
+# define ex_popupclear ex_ni
+#endif
/*
* Declare cmdnames[].
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1392,
/**/
1391,
/**/
}
static int
-win_valid_popup(win_T *win)
+win_valid_popup(win_T *win UNUSED)
{
#ifdef FEAT_TEXT_PROP
win_T *wp;