stage3/datatype_functions.hh
changeset 480 8a58d7b8b26c
parent 478 b13feab3b918
child 481 16f943328696
--- a/stage3/datatype_functions.hh	Tue Mar 13 18:29:34 2012 +0000
+++ b/stage3/datatype_functions.hh	Tue Mar 13 19:04:07 2012 +0000
@@ -132,6 +132,7 @@
 extern const struct widen_entry widen_SUB_table[];
 extern const struct widen_entry widen_MUL_table[];
 extern const struct widen_entry widen_DIV_table[];
+extern const struct widen_entry widen_MOD_table[];
 
 /* Search for a datatype inside a candidate_datatypes list.
  * Returns: position of datatype in the list, or -1 if not found.