Blame patches/vim/no-timers.patch

7aea7a
diff -ru vim-9.0.0234.orig/src/feature.h vim-9.0.0234/src/feature.h
7aea7a
--- vim-9.0.0234.orig/src/feature.h	2022-08-21 11:40:07.000000000 +0200
7aea7a
+++ vim-9.0.0234/src/feature.h	2022-10-08 01:45:47.482619953 +0200
7aea7a
@@ -288,12 +288,14 @@
7aea7a
 /*
7aea7a
  * +reltime		reltime() function
7aea7a
  */
7aea7a
+#ifndef __midipix__
7aea7a
 #if defined(FEAT_NORMAL) \
7aea7a
 	&& defined(FEAT_EVAL) \
7aea7a
 	&& ((defined(HAVE_GETTIMEOFDAY) && defined(HAVE_SYS_TIME_H)) \
7aea7a
 		|| defined(MSWIN))
7aea7a
 # define FEAT_RELTIME
7aea7a
 #endif
7aea7a
+#endif
7aea7a
 
7aea7a
 /*
7aea7a
  * +timers		timer_start()