Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg ...
[p5sagit/p5-mst-13.2.git] / ext / ByteLoader / bytecode.h
index 7ce3e07..e7ac6c8 100644 (file)
@@ -182,8 +182,6 @@ typedef IV IV64;
            ENTER;                                      \
            SAVECOPFILE(&PL_compiling);                 \
            SAVECOPLINE(&PL_compiling);                 \
-           save_svref(&PL_rs);                         \
-           sv_setsv(PL_rs, PL_nrs);                    \
            if (!PL_beginav)                            \
                PL_beginav = newAV();                   \
            av_push(PL_beginav, cv);                    \