diff options
author | Aaron Crane <arc@cpan.org> | 2014-09-24 18:29:36 +0100 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2014-09-29 18:48:08 +0100 |
commit | 62e6ef3356e0e6acf57ba63e809b4ccbd3a17981 (patch) | |
tree | b7fd79e1c2a3c9493dc444edd5fe19723d9b3977 /regcomp.h | |
parent | d56b1f57fd32d77a6c2b437d81c206ad3905e15a (diff) | |
download | perl-62e6ef3356e0e6acf57ba63e809b4ccbd3a17981.tar.gz |
Eliminate unused BACK regnode
Diffstat (limited to 'regcomp.h')
-rw-r--r-- | regcomp.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -84,9 +84,7 @@ * but allows patterns to get big without disasters. * * [The "next" pointer is always aligned on an even - * boundary, and reads the offset directly as a short. Also, there is no - * special test to reverse the sign of BACK pointers since the offset is - * stored negative.] + * boundary, and reads the offset directly as a short.] */ /* This is the stuff that used to live in regexp.h that was truly |