silence gcc 'comparison is always false' warning in MEM_WRAP_CHECK
authorDave Mitchell <davem@fdisolutions.com>
Fri, 1 Jul 2005 11:45:40 +0000 (11:45 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Fri, 1 Jul 2005 11:45:40 +0000 (11:45 +0000)
commit9b50316d41e10da7079284a39efe42f777afb179
treea128507798452150f89462eaa4ff9a2ba360ec0b
parenta51a97d86a8e028ada154e7e70624ca9fe055d4c
silence gcc 'comparison is always false' warning in MEM_WRAP_CHECK
Only a partial fix: works where sizeof(type)==1; since we
can never wraparound in that case, disarm the check

p4raw-id: //depot/perl@25034
handy.h