comparison src/eval.c @ 1894:afb740b5dfab v7.2.191

updated for version 7.2-191
author vimboss
date Tue, 26 May 2009 20:59:55 +0000
parents 7a4ad3fb109d
children f637471a3607
comparison
equal deleted inserted replaced
1893:a75120dc3e26 1894:afb740b5dfab
5864 if (!tv_equal(&item1->li_tv, &item2->li_tv, ic)) 5864 if (!tv_equal(&item1->li_tv, &item2->li_tv, ic))
5865 return FALSE; 5865 return FALSE;
5866 return item1 == NULL && item2 == NULL; 5866 return item1 == NULL && item2 == NULL;
5867 } 5867 }
5868 5868
5869 #if defined(FEAT_PYTHON) || defined(PROTO) 5869 #if defined(FEAT_PYTHON) || defined(FEAT_MZSCHEME) || defined(PROTO)
5870 /* 5870 /*
5871 * Return the dictitem that an entry in a hashtable points to. 5871 * Return the dictitem that an entry in a hashtable points to.
5872 */ 5872 */
5873 dictitem_T * 5873 dictitem_T *
5874 dict_lookup(hi) 5874 dict_lookup(hi)