keep track of xhash's HEAD
This commit is contained in:
parent
3c3cec95bb
commit
b70c689b1f
|
@ -178,7 +178,7 @@ void
|
||||||
pic_import(pic_state *pic, pic_value spec)
|
pic_import(pic_state *pic, pic_value spec)
|
||||||
{
|
{
|
||||||
struct pic_lib *lib;
|
struct pic_lib *lib;
|
||||||
struct xh_iterator it;
|
struct xh_iter it;
|
||||||
|
|
||||||
lib = pic_find_library(pic, spec);
|
lib = pic_find_library(pic, spec);
|
||||||
if (! lib) {
|
if (! lib) {
|
||||||
|
|
Loading…
Reference in New Issue