stage3/datatype_functions.hh
changeset 481 16f943328696
parent 480 8a58d7b8b26c
child 484 f78750994a82
--- 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.