projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dfe13c5
)
Implicit require during compile reset line numbering
Larry Wall [Sat, 5 Sep 1998 23:38:29 +0000 (23:38 +0000)]
p4raw-id: //depot/perl@1778
pp_ctl.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_ctl.c
b/pp_ctl.c
index
a886bef
..
da0f7a0
100644
(file)
--- a/
pp_ctl.c
+++ b/
pp_ctl.c
@@
-2702,6
+2702,7
@@
PP(pp_require)
PUSHBLOCK(cx, CXt_EVAL, SP);
PUSHEVAL(cx, name, PL_compiling.cop_filegv);
+ SAVEI16(PL_compiling.cop_line);
PL_compiling.cop_line = 0;
PUTBACK;