Replace the alloca and snprintf stuff with equivalent XS API code,
authorDave Rolsky <autarch@urth.org>
Mon, 25 Aug 2008 04:54:21 +0000 (04:54 +0000)
committerDave Rolsky <autarch@urth.org>
Mon, 25 Aug 2008 04:54:21 +0000 (04:54 +0000)
commitfd27f6e9a3b9c9db36a7e0d9f1c0e24b67b34417
treeb2ef077d7e22b65146d94415151e475fea5eb4dd
parentf65af096d1abfd83aea3cde248e6a5886aee648c
Replace the alloca and snprintf stuff with equivalent XS API code,
which should work on all platforms. Visual C++ was barfing on these
functions, apparently.
MOP.xs