This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(retracted by #14307)
[perl5.git] / regcomp.h
index 16cf957..9053242 100644 (file)
--- a/regcomp.h
+++ b/regcomp.h
@@ -365,7 +365,9 @@ 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
+ *   s - swash for unicode-style character class, and the multicharacter
+ *       strings resulting from casefolding the single-character entries
+ *       in the character class
  * 20010712 mjd@plover.com
  * (Remember to update re_dup() and pregfree() if you add any items.)
  */