Re: Finally got a round tuit
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Tue, 1 May 2001 14:14:10 +0000 (16:14 +0200)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 1 May 2001 15:12:26 +0000 (15:12 +0000)
Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>

The -DP part, slightly modified.

p4raw-id: //depot/perl@9930

perl.c

diff --git a/perl.c b/perl.c
index c57eaa8..0151338 100644 (file)
--- a/perl.c
+++ b/perl.c
@@ -2615,6 +2615,9 @@ S_open_script(pTHX_ char *scriptname, bool dosearch, SV *sv, int *fdscript)
        sv_catpvn(sv, "-I", 2);
        sv_catpv(sv,PRIVLIB_EXP);
 
+       DEBUG_P(PerlIO_printf(Perl_debug_log,
+                             "PL_preprocess: scriptname=\"%s\", cpp=\"%s\", sv=\"%s\", CPPMINUS=\"%s\"\n",
+                             scriptname, SvPVX (cpp), SvPVX (sv), CPPMINUS));
 #if defined(MSDOS) || defined(WIN32)
        Perl_sv_setpvf(aTHX_ cmd, "\
 sed %s -e \"/^[^#]/b\" \