summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2014-09-24 18:29:36 +0100
committerAaron Crane <arc@cpan.org>2014-09-29 18:48:08 +0100
commit62e6ef3356e0e6acf57ba63e809b4ccbd3a17981 (patch)
treeb7fd79e1c2a3c9493dc444edd5fe19723d9b3977 /regcomp.h
parentd56b1f57fd32d77a6c2b437d81c206ad3905e15a (diff)
downloadperl-62e6ef3356e0e6acf57ba63e809b4ccbd3a17981.tar.gz
Eliminate unused BACK regnode
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/regcomp.h b/regcomp.h
index c08e5ad56c..049ac43a7e 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -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