diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-10-31 10:37:55 -0600 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-31 15:51:13 -0700 |
commit | f6ad78d8b847361e046c98c7811db99387508807 (patch) | |
tree | 1c3bf6bbf9bf3f12da6841c4fc8cc752264568ae /embed.fnc | |
parent | b32d7d3e8f81b492f99ac325dc00ad4dca683023 (diff) | |
download | perl-f6ad78d8b847361e046c98c7811db99387508807.tar.gz |
reginclass: add some consts to prototype
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1790,8 +1790,8 @@ Es |U8 |regtail_study |NN struct RExC_state_t *pRExC_state \ ERs |I32 |regmatch |NN regmatch_info *reginfo|NN regnode *prog ERs |I32 |regrepeat |NN const regexp *prog|NN const regnode *p|I32 max|int depth ERs |I32 |regtry |NN regmatch_info *reginfo|NN char **startpos -ERs |bool |reginclass |NULLOK const regexp *prog|NN const regnode *n|NN const U8 *p|NULLOK STRLEN *lenp\ - |bool do_utf8sv_is_utf8 +ERs |bool |reginclass |NULLOK const regexp * const prog|NN const regnode * const n|NN const U8 * const p|NULLOK STRLEN *lenp\ + |bool const do_utf8sv_is_utf8 Es |CHECKPOINT|regcppush |I32 parenfloor Es |char* |regcppop |NN const regexp *rex ERsn |U8* |reghop3 |NN U8 *s|I32 off|NN const U8 *lim |