Skip to content

Commit f16c71b

Browse files
committed
patch 8.0.1124: use of MZSCHEME_VER is unclear
Problem: Use of MZSCHEME_VER is unclear. Solution: Add a comment. (Ken Takata)
1 parent 1b9645d commit f16c71b

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/Make_cyg_ming.mak

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ endif
221221
# MZSCHEME=[Path to MzScheme directory] (Set inside Make_cyg.mak or Make_ming.mak)
222222
# DYNAMIC_MZSCHEME=yes (to load the MzScheme DLL dynamically)
223223
# MZSCHEME_VER=[MzScheme version] (default is 3m_a0solc (6.6))
224+
# Used for the DLL file name. E.g.:
225+
# C:\Program Files (x86)\Racket\lib\libracket3m_XXXXXX.dll
224226
# MZSCHEME_DEBUG=no
225227
ifdef MZSCHEME
226228
ifndef DYNAMIC_MZSCHEME

src/Make_mvc.mak

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@
4747
# MzScheme interface:
4848
# MZSCHEME=[Path to MzScheme directory]
4949
# DYNAMIC_MZSCHEME=yes (to load the MzScheme DLLs dynamically)
50-
# MZSCHEME_VER=[version, 205_000, ...] (default is 3m_a0solc (6.6))
50+
# MZSCHEME_VER=[MzScheme version] (default is 3m_a0solc (6.6))
51+
# Used for the DLL file name. E.g.:
52+
# C:\Program Files (x86)\Racket\lib\libracket3m_XXXXXX.dll
5153
# MZSCHEME_DEBUG=no
5254
#
5355
# Perl interface:

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,8 @@ static char *(features[]) =
761761

762762
static int included_patches[] =
763763
{ /* Add new patch number below this line */
764+
/**/
765+
1124,
764766
/**/
765767
1123,
766768
/**/

0 commit comments

Comments
 (0)