wrap heim_array_filter() in __BLOCKS__

This commit is contained in:
Love Hornquist Astrand
2010-11-08 22:20:59 -08:00
parent 457c2d6d2c
commit c54b80f00c

View File

@@ -209,6 +209,7 @@ heim_array_delete_value(heim_array_t array, size_t idx)
heim_release(obj);
}
#ifdef __BLOCKS__
/**
* Get value at idx
*
@@ -229,3 +230,5 @@ heim_array_filter(heim_array_t array, bool (^block)(heim_object_t))
}
}
}
#endif /* __BLOCKS__ */