]> mj.ucw.cz Git - leo.git/blobdiff - lab-bitmaps.h
Labelling: Bugfixes in get_closure
[leo.git] / lab-bitmaps.h
index b1782727dad9ef50a0bb1b834c4d77bb404225f1..c4b1676addf150d9a02ea2f0531d79ad023ac63a 100644 (file)
@@ -8,7 +8,7 @@ int get_overlap(struct placement *p, int **planed_ptr, int iteration);
 void update_map_parts(struct placement *p);
 void update_map_parts_delete(struct placement *p);
 void update_map_parts_create(struct placement *p);
-struct placement **get_closure(struct placement *placement);
+struct placement **get_closure(struct placement *placement, struct individual *other);
 
 void dump_bitmaps(struct individual *individual);
 void dump_label(struct symbol *sym);