keep track of xhash's HEAD

This commit is contained in:
Yuichi Nishiwaki 2014-01-12 19:53:20 +09:00
parent 3c3cec95bb
commit b70c689b1f
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ void
pic_import(pic_state *pic, pic_value spec)
{
struct pic_lib *lib;
struct xh_iterator it;
struct xh_iter it;
lib = pic_find_library(pic, spec);
if (! lib) {