Change 23252 by davem@no-spam on 2004/09/01 22:20:05
delete spurious blank lines added by change 23251
Affected files ...
... //depot/perl/pp_ctl.c#404 edit
Differences ...
==== //depot/perl/pp_ctl.c#404 (text) ====
Index: perl/pp_ctl.c
--- perl/pp_ctl.c#403~23251~ Wed Sep 1 15:17:47 2004
+++ perl/pp_ctl.c Wed Sep 1 15:20:05 2004
@@no-spam -388,8 +388,6 @@no-spam
char *fmt;
bool oneline;
-
-
if (!SvMAGICAL(tmpForm) || !SvCOMPILED(tmpForm)) {
if (SvREADONLY(tmpForm)) {
SvREADONLY_off(tmpForm);
End of Patch.