remove -Dmad string length restriction
authorDavid Mitchell <davem@iabyn.com>
Sun, 9 Jun 2013 09:50:15 +0000 (10:50 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sun, 9 Jun 2013 09:50:15 +0000 (10:50 +0100)
commite7245888eddac196db172b05d1c37f48debd2a10
tree53d0e170566b307a9101082de16f3e76dafc1ff1
parent5f425cbef56bf693b214e78fe4ac4fbc3cba54d9
remove -Dmad string length restriction

Under -Dmad, with PERL_MADSKILLS > 0, it prints a warning for every
string that is grown to be >= 1Mb. I can't see that it makes any sense to
do this, so I suspect that this is residual code from MAD development, or
an accidental copying of the almost identical #ifdef HAS_64K_LIMIT
piece of code directly following it.
sv.c