summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-05 17:21:12 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-05 17:21:12 +0000
commite2e799e5172c5070fc2dea2f53b2d660fbd52204 (patch)
treeaedd759294853804b6946d1ff445e97aae2cbb79 /regcomp.h
parentb4023995ae634362f5a7adbc294793a9acb0a4b2 (diff)
downloadperl-e2e799e5172c5070fc2dea2f53b2d660fbd52204.tar.gz
Ooops. Retract the regex parts of #14090.
p4raw-id: //depot/perl@14091
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 9053242fb4..16cf957816 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -365,9 +365,7 @@ typedef struct re_scream_pos_data_s
* n - Root of op tree for (?{EVAL}) item
* o - Start op for (?{EVAL}) item
* p - Pad for (?{EVAL} item
- * s - swash for unicode-style character class, and the multicharacter
- * strings resulting from casefolding the single-character entries
- * in the character class
+ * s - swash for unicode-style character class
* 20010712 mjd@plover.com
* (Remember to update re_dup() and pregfree() if you add any items.)
*/