Index: obj_subc_list.h =================================================================== --- obj_subc_list.h (revision 14723) +++ obj_subc_list.h (revision 14724) @@ -48,7 +48,7 @@ unsigned int pcb_subc_hash(const pcb_subc_t *e); /* Compare two subcs and return 1 if they contain the same objects. */ -int pcb_subc_eq(const pcb_subc_t *e1, const pcb_subc_t *e2); +pcb_bool_t pcb_subc_eq(const pcb_subc_t *e1, const pcb_subc_t *e2); /* Create a new local variable to be used for deduplication */ #define pcb_subclist_dedup_initializer(state) htep_t *state = NULL;