Skip to content

Commit 64922b9

Browse files
committed
patch 7.4.1155
Problem: Build with normal features fails. Solution: Always deinfe dict_lookup().
1 parent 520e1e4 commit 64922b9

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/eval.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6140,8 +6140,6 @@ list_equal(l1, l2, ic, recursive)
61406140
return item1 == NULL && item2 == NULL;
61416141
}
61426142

6143-
#if defined(FEAT_RUBY) || defined(FEAT_PYTHON) || defined(FEAT_PYTHON3) \
6144-
|| defined(FEAT_MZSCHEME) || defined(FEAT_LUA) || defined(PROTO)
61456143
/*
61466144
* Return the dictitem that an entry in a hashtable points to.
61476145
*/
@@ -6151,7 +6149,6 @@ dict_lookup(hi)
61516149
{
61526150
return HI2DI(hi);
61536151
}
6154-
#endif
61556152

61566153
/*
61576154
* Return TRUE when two dictionaries have exactly the same key/values.

src/version.c

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

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
1155,
744746
/**/
745747
1154,
746748
/**/

0 commit comments

Comments
 (0)