+ /*
+ * If for some reason hghoff < lowoff (like we got an integer overflow)
+ * the complain about this now.
+ */
+
+ if (mp->hghoff < mp->lowoff) {
+ adios(NULL, "Internal failure: high message limit < low message "
+ "limit; possible overflow?");
+ }
+