Blame patches/vim/no-timers.patch

33d90b
diff -ru vim-9.0.1128.orig/src/feature.h vim-9.0.1128/src/feature.h
33d90b
--- vim-9.0.1128.orig/src/feature.h	2023-01-01 21:31:30.000000000 +0100
33d90b
+++ vim-9.0.1128/src/feature.h	2023-01-02 11:59:16.584845483 +0100
33d90b
@@ -270,6 +270,7 @@
7aea7a
 /*
7aea7a
  * +reltime		reltime() function
7aea7a
  */
7aea7a
+#ifndef __midipix__
7aea7a
 #if defined(FEAT_NORMAL) \
7aea7a
 	&& defined(FEAT_EVAL) \
33d90b
 	&& ((defined(HAVE_GETTIMEOFDAY) && defined(HAVE_SYS_TIME_H) \
33d90b
@@ -277,6 +278,7 @@
7aea7a
 		|| defined(MSWIN))
7aea7a
 # define FEAT_RELTIME
7aea7a
 #endif
7aea7a
+#endif
7aea7a
 
7aea7a
 /*
7aea7a
  * +timers		timer_start()