File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -571,11 +571,6 @@ extern int (*dyn_libintl_wputenv)(const wchar_t *envstring);
571571# define _ (x ) ((char *)(x))
572572# define NGETTEXT (x , xs , n ) (((n) == 1) ? (char *)(x) : (char *)(xs))
573573# define N_ (x ) x
574- #ifdef FEAT_GUI_MACVIM
575- // In MacVim, we want bindtextdomain to work because we bundle the locale
576- // files in runtime dir instead of a global install loation. This is
577- // similar to Windows (which has DYNAMIC_GETTEXT set).
578- #else
579574# ifdef bindtextdomain
580575# undef bindtextdomain
581576# endif
@@ -588,7 +583,6 @@ extern int (*dyn_libintl_wputenv)(const wchar_t *envstring);
588583# undef textdomain
589584# endif
590585# define textdomain (x ) // empty
591- #endif // MacVim
592586#endif
593587
594588/*
You can’t perform that action at this time.
0 commit comments