summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-10-25 08:32:25 +0000
committerNicholas Clark <nick@ccl4.org>2005-10-25 08:32:25 +0000
commita015840431b6bf8a4120d2152f87fce937ab04d1 (patch)
tree284aabc05edbfefcb49b20fd211851cfca0df0e2 /perl.c
parent0968cdad220f9ff42abaf7f92b7d3731a578e46d (diff)
downloadperl-a015840431b6bf8a4120d2152f87fce937ab04d1.tar.gz
Whoops. The Windows build is going to need to know that this symbol is
defined. p4raw-id: //depot/perl@25840
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl.c b/perl.c
index be0f4b40ab..9f8e385936 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