]> granicus.if.org Git - vim/commitdiff
patch 8.0.1124: use of MZSCHEME_VER is unclear v8.0.1124
authorBram Moolenaar <Bram@vim.org>
Mon, 18 Sep 2017 18:01:02 +0000 (20:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 18 Sep 2017 18:01:02 +0000 (20:01 +0200)
Problem:    Use of MZSCHEME_VER is unclear.
Solution:   Add a comment. (Ken Takata)

src/Make_cyg_ming.mak
src/Make_mvc.mak
src/version.c

index de2c5df5249b4f764ac0268ba435ca8b4f754525..23c0318a623170a0a9b00c217c3f978cb0204634 100644 (file)
@@ -221,6 +221,8 @@ endif
 #        MZSCHEME=[Path to MzScheme directory] (Set inside Make_cyg.mak or Make_ming.mak)
 #        DYNAMIC_MZSCHEME=yes (to load the MzScheme DLL dynamically)
 #        MZSCHEME_VER=[MzScheme version] (default is 3m_a0solc (6.6))
+#              Used for the DLL file name. E.g.:
+#              C:\Program Files (x86)\Racket\lib\libracket3m_XXXXXX.dll
 #        MZSCHEME_DEBUG=no
 ifdef MZSCHEME
 ifndef DYNAMIC_MZSCHEME
index 33d6dcbf2f4efa1230a82d0ea3f26643e0b1f6a6..586d36b015aea4b9b2ebe71657d6829ebd246a20 100644 (file)
@@ -47,7 +47,9 @@
 #      MzScheme interface:
 #        MZSCHEME=[Path to MzScheme directory]
 #        DYNAMIC_MZSCHEME=yes (to load the MzScheme DLLs dynamically)
-#        MZSCHEME_VER=[version, 205_000, ...] (default is 3m_a0solc (6.6))
+#        MZSCHEME_VER=[MzScheme version] (default is 3m_a0solc (6.6))
+#              Used for the DLL file name. E.g.:
+#              C:\Program Files (x86)\Racket\lib\libracket3m_XXXXXX.dll
 #        MZSCHEME_DEBUG=no
 #
 #      Perl interface:
index 03431c79ea507c078e8b5c128f25c0783bb384e2..654c35d75894afd31399d0cc3ec72029e5c5ce60 100644 (file)
@@ -761,6 +761,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1124,
 /**/
     1123,
 /**/