diff options
author | Nicholas Clark <nick@ccl4.org> | 2002-01-05 18:10:13 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-05 17:18:43 +0000 |
commit | b4023995ae634362f5a7adbc294793a9acb0a4b2 (patch) | |
tree | fefc60548a3e771ae7aa319019d0a8ce0d9c9ab5 /regcomp.h | |
parent | 2b57143f77d879f4dcd705a4df5013117f3a2929 (diff) | |
download | perl-b4023995ae634362f5a7adbc294793a9acb0a4b2.tar.gz |
[REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@14090
Diffstat (limited to 'regcomp.h')
-rw-r--r-- | regcomp.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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.) */ |