diff options
author | Andy Lester <andy@petdance.com> | 2006-05-15 03:54:24 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-05-16 13:14:12 +0000 |
commit | 0ce71af7a9fc04f228d597a47acc6b50ded81784 (patch) | |
tree | ca62805f9a12df7882587b4b361c23e39369f03f /embed.fnc | |
parent | 9674d46a132a274aad55231acfd004cbf1e42f04 (diff) | |
download | perl-0ce71af7a9fc04f228d597a47acc6b50ded81784.tar.gz |
Refactoring reghops
Message-ID: <20060515135424.GA31585@petdance.com>
p4raw-id: //depot/perl@28206
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1329,8 +1329,8 @@ ERs |bool |reginclass |NULLOK const regexp *prog|NN const regnode *n|NN const U8 |bool do_utf8sv_is_utf8 Es |CHECKPOINT|regcppush |I32 parenfloor Es |char* |regcppop |NN const regexp *rex -ERsn |U8* |reghop3 |NN U8 *pos|I32 off|NN U8 *lim -ERsn |U8* |reghopmaybe3 |NN U8 *pos|I32 off|NN U8 *lim +ERsn |U8* |reghop3 |NN U8 *pos|I32 off|NN const U8 *lim +ERsn |U8* |reghopmaybe3 |NN U8 *pos|I32 off|NN const U8 *lim ERs |char* |find_byclass |NN regexp * prog|NN const regnode *c|NN char *s|NN const char *strend|NULLOK const regmatch_info *reginfo Es |void |to_utf8_substr |NN regexp * prog Es |void |to_byte_substr |NN regexp * prog |