From 864acfc1096a75478c792289cc178e8d345fc689 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 13 Jul 2010 14:36:43 +0200 Subject: Take the union of available twin ops, not just the subgroup with the highest number --- src/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 46ce51a6..a7433d28 100644 --- a/src/utils.h +++ b/src/utils.h @@ -199,7 +199,7 @@ extern int find_item(ReflItemList *items, extern struct refl_item *get_item(ReflItemList *items, int i); extern int num_items(const ReflItemList *items); extern unsigned int *items_to_counts(ReflItemList *items); - +extern void union_op_items(ReflItemList *items, ReflItemList *newi); /* ------------------------------ Message macros ---------------------------- */ -- cgit v1.2.3