diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2001-07-21 02:35:37 +0530 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-07-20 14:48:12 +0000 |
commit | c3613ed7dad95a8f32438d1d213e559538fe94db (patch) | |
tree | 089de78417e0cb55ff7d73735b2827571678bbd9 /regcomp.h | |
parent | 80c1f5deeca9367bb181f2792f2e75e9adaea3ba (diff) | |
download | perl-c3613ed7dad95a8f32438d1d213e559538fe94db.tar.gz |
adds a comment
Message-Id: <20010720210537.A7678@lustre.dyn.wiw.org>
p4raw-id: //depot/perl@11418
Diffstat (limited to 'regcomp.h')
-rw-r--r-- | regcomp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -358,6 +358,7 @@ typedef struct re_scream_pos_data_s * p - Pad for (?{EVAL} item * s - swash for unicode-style character class * 20010712 mjd@plover.com + * (Remember to update re_dup() and pregfree() if you add any items.) */ struct reg_data { U32 count; |