Whoops. The Windows build is going to need to know that this symbol is
Nicholas Clark [Tue, 25 Oct 2005 08:32:25 +0000 (08:32 +0000)]
defined.

p4raw-id: //depot/perl@25840

perl.c

diff --git a/perl.c b/perl.c
index be0f4b4..9f8e385 100644 (file)
--- a/perl.c
+++ b/perl.c
@@ -1773,6 +1773,9 @@ S_parse_body(pTHX_ char **env, XSINIT_t xsinit)
 #  ifdef PL_OP_SLAB_ALLOC
                             " PL_OP_SLAB_ALLOC"
 #  endif
+#  ifdef SPRINTF_RETURNS_STRLEN
+                            " SPRINTF_RETURNS_STRLEN"
+#  endif
 #  ifdef THREADS_HAVE_PIDS
                             " THREADS_HAVE_PIDS"
 #  endif