Skip to content

Commit

Permalink
remove doubled hunk from integration
Browse files Browse the repository at this point in the history
p4raw-id: //depot/perl@2119
  • Loading branch information
Gurusamy Sarathy committed Oct 28, 1998
1 parent 65c9c81 commit 854e644
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2469,13 +2469,6 @@ PP(pp_quotemeta)
*d++ = *s++;
}
}
else {
while (len--) {
if (!isALNUM(*s))
*d++ = '\\';
*d++ = *s++;
}
}
*d = '\0';
SvCUR_set(TARG, d - SvPVX(TARG));
(void)SvPOK_only(TARG);
Expand Down

0 comments on commit 854e644

Please sign in to comment.