From: Nicholas Clark Date: Thu, 29 Sep 2005 06:52:35 +0000 (+0000) Subject: Attempting to do too many things simultaneously with the C pre- X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9cd7d3f2b189443c86591a10f8851749f17367d6;p=p5sagit%2Fp5-mst-13.2.git Attempting to do too many things simultaneously with the C pre- processor considered harmful. p4raw-id: //depot/perl@25651 --- diff --git a/perl.c b/perl.c index 13ce59e..fc0972c 100644 --- a/perl.c +++ b/perl.c @@ -1725,7 +1725,7 @@ S_parse_body(pTHX_ char **env, XSINIT_t xsinit) #endif opts = SvCUR(opts_prog); - sv_catpv(opts_prog,"\" Compile-time options:" + Perl_sv_catpv(aTHX_ opts_prog,"\" Compile-time options:" # ifdef DEBUGGING " DEBUGGING" # endif