This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51cfb41
)
regcomp.c: Fix typo in debug stmt
author
Karl Williamson
<khw@cpan.org>
Sun, 23 Sep 2018 16:30:47 +0000
(10:30 -0600)
committer
Karl Williamson
<khw@cpan.org>
Sun, 23 Sep 2018 16:33:27 +0000
(10:33 -0600)
The name of the function was misspelled.
regcomp.c
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.c
b/regcomp.c
index
4cc76fa
..
b303c62
100644
(file)
--- a/
regcomp.c
+++ b/
regcomp.c
@@
-19282,7
+19282,7
@@
S_reginsert(pTHX_ RExC_state_t *pRExC_state, U8 op, regnode *operand, U32 depth)
if (RExC_offsets) { /* MJD 20010112 */
MJD_OFFSET_DEBUG(
("%s(%d): (op %s) %s copy %" UVuf " -> %" UVuf " (max %" UVuf ").\n",
- "reg
_
insert",
+ "reginsert",
__LINE__,
PL_reg_name[op],
(UV)(dst - RExC_emit_start) > RExC_offsets[0]