dump.c: avoid compiler warning under -Dmad
authorDavid Mitchell <davem@iabyn.com>
Thu, 9 May 2013 10:55:47 +0000 (11:55 +0100)
committerDavid Mitchell <davem@iabyn.com>
Thu, 9 May 2013 10:55:47 +0000 (11:55 +0100)
commit299ef33b5b1be54a2b467cd78c9139096e32314a
tree5b38930e53eec2fafe64ef328358d68371921bcc
parent9c3c07f8ec0a449a2ff42754f2952773c0863fed
dump.c: avoid compiler warning under -Dmad

this fix was already applied to the non-MAD branch; apply it to
the similar MAD / xml-dump code.

dump.c:2663:57: warning: comparison of constant 85 with expression of type
      'svtype' is always false [-Wtautological-constant-out-of-range-compare]
    else if (sv == (const SV *)0x55555555 || SvTYPE(sv) == 'U') {
dump.c