]> granicus.if.org Git - vim/commitdiff
patch 8.2.4369: redundant #ifdef argument v8.2.4369
authorola.soder@axis.com <ola.soder@axis.com>
Sun, 13 Feb 2022 12:24:21 +0000 (12:24 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 13 Feb 2022 12:24:21 +0000 (12:24 +0000)
Problem:    Redundant #ifdef argument.
Solution:   Remove unused MSWIN. (Ola Söder, closes #9758)

src/feature.h
src/version.c

index c7cba07d40ba7ba2c585e4f37f306d6b910871b6..65185a21764d9865bef333afda4db088145ca19e 100644 (file)
@@ -56,7 +56,7 @@
 /*
  * For Unix, Mac and Win32 use +huge by default.  These days CPUs are fast and
  * Memory is cheap.
- * Use +big for older systems: Other MS-Windows and VMS.
+ * Use +big for older systems: VMS and Amiga.
  * Otherwise use +normal
  */
 #if !defined(FEAT_TINY) && !defined(FEAT_SMALL) && !defined(FEAT_NORMAL) \
@@ -64,7 +64,7 @@
 # if defined(UNIX) || defined(MSWIN) || defined(MACOS_X)
 #  define FEAT_HUGE
 # else
-#  if defined(MSWIN) || defined(VMS) || defined(AMIGA)
+#  if defined(VMS) || defined(AMIGA)
 #   define FEAT_BIG
 #  else
 #   define FEAT_NORMAL
index 544427904e4acecdf480b8992d72c3239f23ce66..3c676829a7a73af5fcc7c97de2f152b1418b0fa6 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4369,
 /**/
     4368,
 /**/