author | Camm Maguire <camm@debian.org> | 2015年02月07日 09:57:38 -0500 |
---|---|---|
committer | Camm Maguire <camm@debian.org> | 2015年02月07日 09:57:38 -0500 |
commit | f76d4cc47bced125116e5ce29eff2a49b017ea8b (patch) | |
tree | 67f99a7f5b83423f0ee450d9f3b2b5283232159b | |
parent | 7de6ab057e5a68255afbadfd371227646e946aff (diff) | |
download | gcl-f76d4cc47bced125116e5ce29eff2a49b017ea8b.tar.gz |
-rwxr-xr-x | gcl/o/list.d | 4 |
diff --git a/gcl/o/list.d b/gcl/o/list.d index 26bbdd341..76de26253 100755 --- a/gcl/o/list.d +++ b/gcl/o/list.d @@ -1442,6 +1442,10 @@ void gcl_init_list_function() { + enter_mark_origin(&item_compared); + enter_mark_origin(&test_function); + enter_mark_origin(&key_function); + sKtest = make_keyword("TEST"); sKtest_not = make_keyword("TEST-NOT"); sKkey = make_keyword("KEY"); |