commit | 9e70cf192e0957e7e8e1e83f3f9f64822a7a96ee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 26 20:59:55 2009 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 26 20:59:55 2009 +0000 |
tree | 0f3719130b48bcb33d4f012f6389215bdcf9006c | |
parent | 42b9436cf88929bf176d3a812b2840d530c5d522 [diff] [blame] |
updated for version 7.2-191
diff --git a/src/eval.c b/src/eval.c index 2e3d9fd..bf0c303 100644 --- a/src/eval.c +++ b/src/eval.c
@@ -5866,7 +5866,7 @@ return item1 == NULL && item2 == NULL; } -#if defined(FEAT_PYTHON) || defined(PROTO) +#if defined(FEAT_PYTHON) || defined(FEAT_MZSCHEME) || defined(PROTO) /* * Return the dictitem that an entry in a hashtable points to. */