Problem: Variable misplaced in #ifdef.
Solution: Move clipboard_event_time outside of #ifdef.
#ifdef HAVE_X11_SUNKEYSYM_H
# include <X11/Sunkeysym.h>
-static guint32 clipboard_event_time = CurrentTime;
#endif
+static guint32 clipboard_event_time = CurrentTime;
+
/*
* Easy-to-use macro for multihead support.
*/
}
#if defined(FEAT_NETBEANS_INTG)
- /* Process the queued netbeans messages. */
+ /* Process any queued netbeans messages. */
netbeans_parse_messages();
#endif
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 130,
/**/
129,
/**/