Remove python, perl, lua, ruby

This commit is contained in:
John Schmidt
2014-03-17 20:30:12 +01:00
committed by Thiago de Arruda
parent acf5757831
commit 8074945788
7 changed files with 2 additions and 86 deletions

View File

@@ -5268,8 +5268,7 @@ list_equal (
return item1 == NULL && item2 == NULL;
}
#if defined(FEAT_RUBY) || defined(FEAT_PYTHON) || defined(FEAT_PYTHON3) \
|| defined(FEAT_MZSCHEME) || defined(FEAT_LUA) || defined(PROTO)
#if defined(PROTO)
/*
* Return the dictitem that an entry in a hashtable points to.
*/