diff -r 8a58d7b8b26c -r 16f943328696 stage3/datatype_functions.hh --- a/stage3/datatype_functions.hh Tue Mar 13 19:04:07 2012 +0000 +++ b/stage3/datatype_functions.hh Wed Mar 14 10:26:03 2012 +0000 @@ -133,6 +133,9 @@ extern const struct widen_entry widen_MUL_table[]; extern const struct widen_entry widen_DIV_table[]; extern const struct widen_entry widen_MOD_table[]; +extern const struct widen_entry widen_AND_table[]; +extern const struct widen_entry widen_OR_table[]; +extern const struct widen_entry widen_XOR_table[]; /* Search for a datatype inside a candidate_datatypes list. * Returns: position of datatype in the list, or -1 if not found.