updated for version 7.3.706
Problem: Can't build Motif version.
Solution: Fix wrongly named variable. (Ike Devolder)
diff --git a/src/syntax.c b/src/syntax.c
index 81e9acd..4adbaf0 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -8082,7 +8082,7 @@
|| do_tooltip
# endif
)
- if (free_fontset)
+ if (free_font)
gui_mch_free_fontset(HL_TABLE()[idx].sg_fontset);
HL_TABLE()[idx].sg_fontset = fontset_name2handle(arg, 0
# ifdef FONTSET_ALWAYS
diff --git a/src/version.c b/src/version.c
index a0fc9d6..321dfdf 100644
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 706,
+/**/
705,
/**/
704,