From: Nicholas Clark Date: Tue, 25 Oct 2005 08:32:25 +0000 (+0000) Subject: Whoops. The Windows build is going to need to know that this symbol is X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a015840431b6bf8a4120d2152f87fce937ab04d1;p=p5sagit%2Fp5-mst-13.2.git Whoops. The Windows build is going to need to know that this symbol is defined. p4raw-id: //depot/perl@25840 --- diff --git a/perl.c b/perl.c index be0f4b4..9f8e385 100644 --- 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