summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2006-05-15 03:54:24 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-05-16 13:14:12 +0000
commit0ce71af7a9fc04f228d597a47acc6b50ded81784 (patch)
treeca62805f9a12df7882587b4b361c23e39369f03f /embed.fnc
parent9674d46a132a274aad55231acfd004cbf1e42f04 (diff)
downloadperl-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.fnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index 860f3f4592..dac19c7e3c 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -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