projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5184ff4
)
perl -Dt doesnt output newlines
Dave Mitchell [Sat, 9 Mar 2002 00:13:27 +0000 (
00:13
+0000)]
Message-Id: <
200203090013
.AAA01000@gizmo.fdgroup.co.uk>
p4raw-id: //depot/perl@15127
dump.c
patch
|
blob
|
blame
|
history
diff --git
a/dump.c
b/dump.c
index
9b2ff67
..
ef07cc5
100644
(file)
--- a/
dump.c
+++ b/
dump.c
@@
-1439,7
+1439,7
@@
Perl_debop(pTHX_ OP *o)
PerlIO_printf(Perl_debug_log, "[%"UVuf"]", (UV)o->op_targ);
break;
default:
- return 0;
+ break;
}
PerlIO_printf(Perl_debug_log, "\n");
return 0;