| diff -ru vim-8.2.4230.orig/src/libvterm/src/vterm_internal.h vim-8.2.4230/src/libvterm/src/vterm_internal.h |
| |
| |
| @@ -5,7 +5,7 @@ |
| |
| #include <stdarg.h> |
| |
| -#if defined(__GNUC__) && !defined(__MINGW32__) |
| +#if defined(__GNUC__) && !defined(__MINGW32__) && !defined(__midipix__) |
| # define INTERNAL __attribute__((visibility("internal"))) |
| # define UNUSED __attribute__((unused)) |
| #else |